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'
|
# Template file for 'python-BeautifulSoup4'
|
||||||
pkgname=python-BeautifulSoup4
|
pkgname=python-BeautifulSoup4
|
||||||
version=4.7.1
|
version=4.7.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="beautifulsoup4-${version}"
|
wrksrc="beautifulsoup4-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="bs4"
|
pycompile_module="bs4"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python python-soupsieve"
|
||||||
short_desc="Python2 HTML/XML parser"
|
short_desc="Python2 HTML/XML parser"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -21,7 +21,7 @@ post_install() {
|
||||||
|
|
||||||
python3-BeautifulSoup4_package() {
|
python3-BeautifulSoup4_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3 python3-soupsieve"
|
||||||
pycompile_module="bs4"
|
pycompile_module="bs4"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue