aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-html2data/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-html2data/APKBUILD')
-rw-r--r--testing/py-html2data/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-html2data/APKBUILD b/testing/py-html2data/APKBUILD
index c312bdc37ee..e06b1da3b4c 100644
--- a/testing/py-html2data/APKBUILD
+++ b/testing/py-html2data/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python transformer for HTML file or URL to structured data"
url="https://github.com/dperezrada/html2data"
arch="noarch"
license="BSD"
-depends="python py-lxml py-httplib2"
+depends="python2 py-lxml py-httplib2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""