summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2021-06-03 16:05:30 +0200
committer Willy Sudiarto Raharjo2021-06-04 02:38:19 +0200
commitbf3b5e86f6d5e55b10d21faad7292084e224239a (patch)
tree49b6e2f8289ed7310630e3fb51bc9d4c46b7e194
parent690091eeb28d3ae827b3d062b0b8e81591ef3cb0 (diff)
downloadslackbuilds-bf3b5e86f6d5e55b10d21faad7292084e224239a.tar.gz
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>
-rw-r--r--python/BeautifulSoup4/BeautifulSoup4.info2
-rw-r--r--python/BeautifulSoup4/README3
2 files changed, 1 insertions, 4 deletions
diff --git a/python/BeautifulSoup4/BeautifulSoup4.info b/python/BeautifulSoup4/BeautifulSoup4.info
index 84b1895def..7203506282 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 9e5e23a850..bcbf3677fa 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.