diff options
Diffstat (limited to 'testing/py-html/APKBUILD')
-rw-r--r-- | testing/py-html/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-html/APKBUILD b/testing/py-html/APKBUILD index 6ff0d181e3..b97b47f15c 100644 --- a/testing/py-html/APKBUILD +++ b/testing/py-html/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python HTML, XHTML, and XML generation module" url="http://pypi.python.org/pypi/html" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |