python-fasteners: needs python-monotonic.

This commit is contained in:
Leah Neukirchen 2017-06-22 12:11:49 +02:00
parent 99328d4712
commit 439bee0b8d

View file

@ -1,11 +1,12 @@
# Template file for 'python-fasteners' # Template file for 'python-fasteners'
pkgname=python-fasteners pkgname=python-fasteners
version=0.14.1 version=0.14.1
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="fasteners-${version}" wrksrc="fasteners-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-monotonic python-six"
pycompile_module="fasteners" pycompile_module="fasteners"
short_desc="Python package that provides useful locks" short_desc="Python package that provides useful locks"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"