diff options
Diffstat (limited to 'testing/py-html5lib/APKBUILD')
-rw-r--r-- | testing/py-html5lib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-html5lib/APKBUILD b/testing/py-html5lib/APKBUILD index d44999af7a..7763dbed22 100644 --- a/testing/py-html5lib/APKBUILD +++ b/testing/py-html5lib/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python HTML parser" url="https://github.com/html5lib/html5lib-python" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |