diff options
Diffstat (limited to 'testing/py-sphinxcontrib-cartouche')
-rw-r--r-- | testing/py-sphinxcontrib-cartouche/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinxcontrib-cartouche/APKBUILD b/testing/py-sphinxcontrib-cartouche/APKBUILD index 86a021c102..de4c9e0220 100644 --- a/testing/py-sphinxcontrib-cartouche/APKBUILD +++ b/testing/py-sphinxcontrib-cartouche/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Sphinx cartouche extension" url="http://code.google.com/p/cartouche/" arch="noarch" license="BSD" -depends="python py-sphinx" +depends="python2 py-sphinx" depends_dev="" makedepends="python2-dev py-setuptools" install="" |