aboutsummaryrefslogtreecommitdiff
path: root/python/BeautifulSoup4
diff options
context:
space:
mode:
Diffstat (limited to 'python/BeautifulSoup4')
-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 84b1895defa4..72035062821d 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 9e5e23a85003..bcbf3677fa66 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.