summaryrefslogtreecommitdiffstats
path: root/python/feedparser/README
diff options
context:
space:
mode:
author Christoph Willing2021-09-26 02:50:59 +0200
committer Willy Sudiarto Raharjo2021-10-02 11:50:38 +0200
commitb29cae86b804e34fa698001c553099e3feac6ab2 (patch)
tree0ea42eadc61a1d18f6e7dfc00cc1f069761f56e5 /python/feedparser/README
parent9ead0d88e09cf0c167f0b123924066ee0d9c3daf (diff)
downloadslackbuilds-b29cae86b804e34fa698001c553099e3feac6ab2.tar.gz
python/feedparser: Updated for version 6.0.8
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/feedparser/README')
-rw-r--r--python/feedparser/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/feedparser/README b/python/feedparser/README
index 0f7ef1c4a5..97ea1ec77a 100644
--- a/python/feedparser/README
+++ b/python/feedparser/README
@@ -1 +1,8 @@
feedparser is a Python utility library to parse RSS and Atom feeds.
+
+Since update to version 6.0.8, along with sgmllib being dropped from python3
+it is now necessary to manually add necessary sgml support by running (as root):
+ python3 -m pip install sgmllib3k
+
+This will enable 'import feedparser' to work as expected with python3
+until a SlackBuild for sgmllib3k is able to be included at SBo.