python3-soupsieve: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:11 +01:00
parent 91a507c9a9
commit e0531f8771

View file

@ -1,10 +1,11 @@
# Template file for 'python3-soupsieve' # Template file for 'python3-soupsieve'
pkgname=python3-soupsieve pkgname=python3-soupsieve
version=1.9.5 version=1.9.5
revision=5 revision=6
wrksrc="soupsieve-${version}" wrksrc="soupsieve-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-lxml python3-html5lib python3-BeautifulSoup4" checkdepends="python3-pytest python3-lxml python3-html5lib python3-BeautifulSoup4"
short_desc="CSS4 selector implementation for Python3 Beautiful Soup" short_desc="CSS4 selector implementation for Python3 Beautiful Soup"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>" maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"