[notify] python3-beautifulsoup4: add missing dependency python3-soupsieve

This commit is contained in:
Danny Rawlins 2020-02-12 22:42:57 +11:00
parent d0da0550bf
commit 3684fbf743
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xcOxuDa8rqwlmXY0hoBzRp1oOtBf3EPGDQeLd/eyAid/wCyHMEWmVxT7IIFiwwJYiaEqWy7fbXnGcY46A7lMgc=
SHA256 (Pkgfile) = 92a1b62e41d656fae802c715e0fd98286ffec2870f0873df08753ea70ca6d8e1
RWSagIOpLGJF323C6iCZM76aXlyWMX+5XWMhqDLc8DAT06tgi++03a26GRUPuV+GrWO/a7FE7X6XeJ7Y6aUx4GGHVp5ANrHd9wQ=
SHA256 (Pkgfile) = ac074640775997ff42ae95bbc1f2f2cc1f522e31df2abc958a38f1e0e9a0ca73
SHA256 (.footprint) = 423e9f71204437aa2001dfd298f9b126d92be6fdbccac8857e406c4d559ca0a4
SHA256 (beautifulsoup4-4.8.2.tar.gz) = 05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a

View File

@ -1,11 +1,11 @@
# Description: Python HTML/XML Parser.
# URL: http://www.crummy.com/software/BeautifulSoup/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-chardet
# Depends on: python3-chardet python3-soupsieve
name=python3-beautifulsoup4
version=4.8.2
release=1
release=2
source=(https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-$version.tar.gz)
build() {