diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-06-03 16:05:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-04 07:38:19 +0700 |
commit | bf3b5e86f6d5e55b10d21faad7292084e224239a (patch) | |
tree | 49b6e2f8289ed7310630e3fb51bc9d4c46b7e194 /python/BeautifulSoup4 | |
parent | 690091eeb28d3ae827b3d062b0b8e81591ef3cb0 (diff) |
python/BeautifulSoup4: Build also for python3 by default.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/BeautifulSoup4')
-rw-r--r-- | python/BeautifulSoup4/BeautifulSoup4.info | 2 | ||||
-rw-r--r-- | python/BeautifulSoup4/README | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/python/BeautifulSoup4/BeautifulSoup4.info b/python/BeautifulSoup4/BeautifulSoup4.info index 84b1895defa4f..72035062821dd 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="python2-soupsieve" +REQUIRES="python2-soupsieve python3-soupsieve" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" diff --git a/python/BeautifulSoup4/README b/python/BeautifulSoup4/README index 9e5e23a85003f..bcbf3677fa66a 100644 --- a/python/BeautifulSoup4/README +++ b/python/BeautifulSoup4/README @@ -1,6 +1,3 @@ Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. It commonly saves programmers hours or days of work. - -If python3-soupsieve is installed, then this will also build for -Python 3. |