diff options
Diffstat (limited to 'testing/py-beautifulsoup4/APKBUILD')
-rw-r--r-- | testing/py-beautifulsoup4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-beautifulsoup4/APKBUILD b/testing/py-beautifulsoup4/APKBUILD index 1c23fb3f14..4d336ab873 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="" |