diff options
Diffstat (limited to 'testing/py-sphinx-theme-cloud/APKBUILD')
-rw-r--r-- | testing/py-sphinx-theme-cloud/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinx-theme-cloud/APKBUILD b/testing/py-sphinx-theme-cloud/APKBUILD index 083939b878..ffc9e5bbf3 100644 --- a/testing/py-sphinx-theme-cloud/APKBUILD +++ b/testing/py-sphinx-theme-cloud/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="The Cloud Sphinx theme" url="https://bitbucket.org/ecollins/cloud_sptheme" arch="noarch" license="BSD" -depends="python py-sphinx" +depends="python2 py-sphinx" depends_dev="" makedepends="python2-dev py-setuptools" install="" |