python3-boolean.py: add missing python3 dependency
This commit is contained in:
parent
a519440817
commit
ef021e6252
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-boolean.py'
|
# Template file for 'python3-boolean.py'
|
||||||
pkgname=python3-boolean.py
|
pkgname=python3-boolean.py
|
||||||
version=3.8
|
version=3.8
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="boolean.py-${version}"
|
wrksrc="boolean.py-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Small library implementing a boolean algebra"
|
short_desc="Small library implementing a boolean algebra"
|
||||||
maintainer="k4leg <python.bogdan@gmail.com>"
|
maintainer="k4leg <python.bogdan@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in a new issue