diff options
Diffstat (limited to 'testing/py-sphinxcontrib-git/APKBUILD')
-rw-r--r-- | testing/py-sphinxcontrib-git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinxcontrib-git/APKBUILD b/testing/py-sphinxcontrib-git/APKBUILD index 2cccdf386f..67f5421840 100644 --- a/testing/py-sphinxcontrib-git/APKBUILD +++ b/testing/py-sphinxcontrib-git/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Sphinx git changelog extension" url="https://github.com/OddBloke/sphinx-git" arch="noarch" license="GPL3+" -depends="python py-sphinx py-feedformatter" +depends="python2 py-sphinx py-feedformatter" depends_dev="" makedepends="python2-dev py-setuptools" install="" |