summaryrefslogtreecommitdiffstats
path: root/python/feedparser/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/feedparser/README')
-rw-r--r--python/feedparser/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/feedparser/README b/python/feedparser/README
index 71f3d8b4db..74539768b3 100644
--- a/python/feedparser/README
+++ b/python/feedparser/README
@@ -1,9 +1,2 @@
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.