diff options
Diffstat (limited to 'user/py3-lxml')
-rw-r--r-- | user/py3-lxml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-lxml/APKBUILD b/user/py3-lxml/APKBUILD index deb2064dc..f9b290230 100644 --- a/user/py3-lxml/APKBUILD +++ b/user/py3-lxml/APKBUILD @@ -10,7 +10,7 @@ url="http://lxml.de/" arch="all" license="BSD-3-Clause" options="!check" # No test suite. -makedepends="python3-dev libxml2-dev libxslt-dev py3-setuptools" +makedepends="python3-dev libxml2-dev libxslt-dev" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |