diff options
Diffstat (limited to 'testing/py-progressbar')
-rw-r--r-- | testing/py-progressbar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-progressbar/APKBUILD b/testing/py-progressbar/APKBUILD index f254fc7a16..97ffa396f6 100644 --- a/testing/py-progressbar/APKBUILD +++ b/testing/py-progressbar/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Text progressbar library for Python" url="http://code.google.com/p/python-progressbar/" arch="noarch" license="LGPL2+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |