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