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