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