diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template index 14449f20c47..83862532f65 100644 --- a/srcpkgs/python3-soupsieve/template +++ b/srcpkgs/python3-soupsieve/template @@ -1,12 +1,12 @@ # Template file for 'python3-soupsieve' pkgname=python3-soupsieve version=1.9.5 -revision=6 +revision=7 wrksrc="soupsieve-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3" -checkdepends="python3-pytest python3-lxml python3-html5lib python3-BeautifulSoup4" +depends="python3-BeautifulSoup4" +checkdepends="python3-pytest python3-lxml python3-html5lib $depends" short_desc="CSS4 selector implementation for Python3 Beautiful Soup" maintainer="Aluísio Augusto Silva Gonçalves " license="MIT"