python3-filelock: add missing python3 dependency
This commit is contained in:
parent
062d8873e0
commit
94c9f9ff82
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-filelock'
|
# Template file for 'python3-filelock'
|
||||||
pkgname=python3-filelock
|
pkgname=python3-filelock
|
||||||
version=3.0.12
|
version=3.0.12
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="filelock-${version}"
|
wrksrc="filelock-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="filelock.py"
|
pycompile_module="filelock.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Platform independent file lock"
|
short_desc="Platform independent file lock"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue