diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-09 12:59:29 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-10 10:41:30 +0700 |
commit | 179cb3c143e30acdc50249de9c2ddd122ff41396 (patch) | |
tree | e8bc1c6cfb7b1fe72952579db2c10d217a726968 /python/lxml | |
parent | 556c87a65d519b9d7f91dc2fddb3c4e5e1b123e8 (diff) |
python/lxml: Add python2-BeautifulSoup4 dependency
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/lxml')
-rw-r--r-- | python/lxml/lxml.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index 9dcaba953fa9..1d94a81cfe80 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/3b/94/e2b1b3bad91d15526c7e3891 MD5SUM="ddb9f25a41ca5fb4f7d174a9d74bfa46" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="BeautifulSoup4 html5lib" +REQUIRES="BeautifulSoup4 python2-BeautifulSoup4 html5lib" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |