diff options
Diffstat (limited to 'testing/py-hurry-filesize')
-rw-r--r-- | testing/py-hurry-filesize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hurry-filesize/APKBUILD b/testing/py-hurry-filesize/APKBUILD index 347a8c5bac..fd6788d30c 100644 --- a/testing/py-hurry-filesize/APKBUILD +++ b/testing/py-hurry-filesize/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python library for human readable file sizes" url="https://pypi.python.org/pypi/hurry.filesize" arch="noarch" license="ZPL 2.1" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |