summaryrefslogtreecommitdiffstats
path: root/testing/py-beautifulsoup4/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-beautifulsoup4/APKBUILD')
-rw-r--r--testing/py-beautifulsoup4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-beautifulsoup4/APKBUILD b/testing/py-beautifulsoup4/APKBUILD
index 1c23fb3f148..4d336ab8736 100644
--- a/testing/py-beautifulsoup4/APKBUILD
+++ b/testing/py-beautifulsoup4/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python HTML/XML parser"
url="http://www.crummy.com/software/BeautifulSoup/index.html"
arch="noarch"
license="MIT"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""