diff options
Diffstat (limited to 'testing/py-flask-ldap')
-rw-r--r-- | testing/py-flask-ldap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flask-ldap/APKBUILD b/testing/py-flask-ldap/APKBUILD index 4b1f1fa30c..c0b76cc443 100644 --- a/testing/py-flask-ldap/APKBUILD +++ b/testing/py-flask-ldap/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Flask LDAP extension" url="https://pypi.python.org/pypi/Flask-LDAP" arch="noarch" license="BSD" -depends="python py-flask" +depends="python2 py-flask" depends_dev="" makedepends="python2-dev py-setuptools" install="" |