diff options
Diffstat (limited to 'testing/py-py/APKBUILD')
-rw-r--r-- | testing/py-py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-py/APKBUILD b/testing/py-py/APKBUILD index 04b76748ca..2407eeb18d 100644 --- a/testing/py-py/APKBUILD +++ b/testing/py-py/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python library with cross-python path, ini-parsing, io, code, log fac url="http://pylib.readthedocs.org/en/latest/" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |