diff options
Diffstat (limited to 'testing/py-sphinxcontrib-nwdiag')
-rw-r--r-- | testing/py-sphinxcontrib-nwdiag/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sphinxcontrib-nwdiag/APKBUILD b/testing/py-sphinxcontrib-nwdiag/APKBUILD index 835986143..26664f943 100644 --- a/testing/py-sphinxcontrib-nwdiag/APKBUILD +++ b/testing/py-sphinxcontrib-nwdiag/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Sphinx "nwdiag" extension" url="https://pypi.python.org/pypi/sphinxcontrib-nwdiag" arch="noarch" license="BSD" -depends="python py-sphinx py-nwdiag" +depends="python2 py-sphinx py-nwdiag" depends_dev="" makedepends="python2-dev py-setuptools" install="" |