python-BeautifulSoup4: add missing dependency on soupsieve
This commit is contained in:
parent
18217f72b1
commit
dd10a61499
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python-BeautifulSoup4'
|
||||
pkgname=python-BeautifulSoup4
|
||||
version=4.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="beautifulsoup4-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="bs4"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
depends="python python-soupsieve"
|
||||
short_desc="Python2 HTML/XML parser"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
|
@ -21,7 +21,7 @@ post_install() {
|
|||
|
||||
python3-BeautifulSoup4_package() {
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
depends="python3 python3-soupsieve"
|
||||
pycompile_module="bs4"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue