diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-21 21:32:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-02 01:02:21 +0700 |
commit | a33f35bc154e48389ab6cea5077a60a730290ae2 (patch) | |
tree | 19def0550cb6885d6be2201da815328ee8591c52 /python/BeautifulSoup4/BeautifulSoup4.info | |
parent | 633150fbbd18773852d2552c9065eb1d12a69b91 (diff) |
python/BeautifulSoup4: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/BeautifulSoup4/BeautifulSoup4.info')
-rw-r--r-- | python/BeautifulSoup4/BeautifulSoup4.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/BeautifulSoup4/BeautifulSoup4.info b/python/BeautifulSoup4/BeautifulSoup4.info index 124eda5d4bc92..84b1895defa4f 100644 --- a/python/BeautifulSoup4/BeautifulSoup4.info +++ b/python/BeautifulSoup4/BeautifulSoup4.info @@ -5,6 +5,6 @@ DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.9/beautif MD5SUM="57fd468ae3eb055f6871106e8f7813e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-soupsieve" +REQUIRES="python2-soupsieve" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |