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