diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-09 19:37:33 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-10 10:41:31 +0700 |
commit | 7b4c800f5b9541ad5ac5a7549e1923cf2bd5bb77 (patch) | |
tree | f435faafbb4637e88a608e46d8069ed2d385be76 /network/flexget | |
parent | c4574c8bfb151e475b6cc4b01cd5bd5de93ef15b (diff) |
network/flexget: Add python2-BeautifulSoup4 DEP
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/flexget')
-rw-r--r-- | network/flexget/flexget.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info index bfa0e5942152..adc9de74acbf 100644 --- a/network/flexget/flexget.info +++ b/network/flexget/flexget.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/d7/e4/e543975ddfee11b138af0096cdcb21f MD5SUM="d6c6636c25d96e3c1ee7eb4628cef4d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="feedparser SQLAlchemy python2-PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb rpyc path.py pathlib guessit APScheduler terminaltables colorclass CherryPy Flask-RESTful flask-restplus Flask-Compress Flask-Login Flask-Cors zxcvbn-python" +REQUIRES="feedparser SQLAlchemy python2-PyYAML BeautifulSoup4 python2-BeautifulSoup4 html5lib PyRSS2Gen pynzb rpyc path.py pathlib guessit APScheduler terminaltables colorclass CherryPy Flask-RESTful flask-restplus Flask-Compress Flask-Login Flask-Cors zxcvbn-python" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |