diff options
Diffstat (limited to 'testing/py-sphinx-theme-bw/APKBUILD')
-rw-r--r-- | testing/py-sphinx-theme-bw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinx-theme-bw/APKBUILD b/testing/py-sphinx-theme-bw/APKBUILD index f91efaf6f3..f773157b05 100644 --- a/testing/py-sphinx-theme-bw/APKBUILD +++ b/testing/py-sphinx-theme-bw/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A black and white Sphinx theme" url="http://pypi.python.org/pypi/bw_sphinxtheme" arch="noarch" license="BSD" -depends="python py-sphinx" +depends="python2 py-sphinx" depends_dev="" makedepends="python2-dev py-setuptools" install="" |