diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index 38033bc0a97..7ab3fd30ba3 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,7 +1,7 @@ # Template file for 'wpull' pkgname=wpull version=1.2.3 -revision=1 +revision=2 noarch=yes build_style=python-module python_versions="3.4" @@ -9,7 +9,7 @@ pycompile_version="3.4" pycompile_module="wpull" hostmakedepends="python-setuptools python3.4-setuptools" depends="python3.4-tornado python3.4-trollius python3.4-lxml python3.4-chardet - python3.4-SQLAlchemy python3.4-html5lib python3.4-dnspython3 python3.4-psutil + python3.4-SQLAlchemy python3.4-html5lib python3.4-dnspython python3.4-psutil python3.4-namedlist" short_desc="Wget-compatible web downloader and crawler" maintainer="Christian Neukirchen " @@ -17,3 +17,7 @@ homepage="https://github.com/chfoo/wpull" license="GPL-3" distfiles="${PYPI_SITE}/w/${pkgname}/${pkgname}-${version}.tar.gz" checksum=93058d8b1864c80a160a94715a471795ea13f4527e2c7713f231a6dbad73d5fe + +pre_build() { + sed -i 's/dnspython3/dnspython/' setup.py # needed for dnspython>=1.13.0 +}