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