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