diff options
Diffstat (limited to 'testing/py-sphinx-theme-epfl/APKBUILD')
-rw-r--r-- | testing/py-sphinx-theme-epfl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinx-theme-epfl/APKBUILD b/testing/py-sphinx-theme-epfl/APKBUILD index 13302b01d9..38a8d324db 100644 --- a/testing/py-sphinx-theme-epfl/APKBUILD +++ b/testing/py-sphinx-theme-epfl/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="The EPFL Sphinx theme" url="http://kis-doc.epfl.ch/sphinx/" arch="noarch" license="GPL3" -depends="python py-sphinx" +depends="python2 py-sphinx" depends_dev="" makedepends="python2-dev py-setuptools" install="" |