diff options
Diffstat (limited to 'testing/py-sphinx-theme-wild/APKBUILD')
-rw-r--r-- | testing/py-sphinx-theme-wild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinx-theme-wild/APKBUILD b/testing/py-sphinx-theme-wild/APKBUILD index 6e2b1fc562..09490dbc02 100644 --- a/testing/py-sphinx-theme-wild/APKBUILD +++ b/testing/py-sphinx-theme-wild/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="The Wild Sphinx theme" url="https://github.com/rhardouin/wild-sphinx-theme" arch="noarch" license="BSD" -depends="python py-sphinx" +depends="python2 py-sphinx" depends_dev="" makedepends="python2-dev py-setuptools" install="" |