mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-soupsieve: fix dependency cycle
This commit is contained in:
parent
0ab057c97f
commit
640b15d4eb
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# 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=7
|
revision=8
|
||||||
wrksrc="soupsieve-${version}"
|
wrksrc="soupsieve-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-BeautifulSoup4"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-lxml python3-html5lib $depends"
|
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>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue