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 1d41e2d6c6c..1c23fb3f148 100644 --- a/testing/py-beautifulsoup4/APKBUILD +++ b/testing/py-beautifulsoup4/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver:0:3}/$_pkgname-$pkgver.tar.gz" |