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