diff options
Diffstat (limited to 'testing/py-sphinxcontrib-jsoncall/APKBUILD')
-rw-r--r-- | testing/py-sphinxcontrib-jsoncall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinxcontrib-jsoncall/APKBUILD b/testing/py-sphinxcontrib-jsoncall/APKBUILD index ed4bf5e00e..dc2bf2cf21 100644 --- a/testing/py-sphinxcontrib-jsoncall/APKBUILD +++ b/testing/py-sphinxcontrib-jsoncall/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Sphinx jsoncall extension" url="https://pypi.python.org/pypi/sphinxcontrib-jsoncall" arch="noarch" license="MIT" -depends="python py-sphinx" +depends="python2 py-sphinx" depends_dev="" makedepends="python2-dev py-setuptools" install="" |