python3-filelock: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:04 +01:00
parent 062d8873e0
commit 94c9f9ff82

View file

@ -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"