summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:13:53 +0100
committer B. Watson2022-03-17 17:37:54 +0100
commit7377d72c14eed60a064297a94796dd2606eb0b19 (patch)
treea3526a711f98a625b7ebc8d183eb02baaf3ff726
parent4d33720f3634efc7feb1abf6c39a0584ac1bbf38 (diff)
downloadslackbuilds-7377d72c14eed60a064297a94796dd2606eb0b19.tar.gz
python/feedparser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/feedparser/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/feedparser/README b/python/feedparser/README
index 97ea1ec77a..69c6271bd7 100644
--- a/python/feedparser/README
+++ b/python/feedparser/README
@@ -1,7 +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):
+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