From 7377d72c14eed60a064297a94796dd2606eb0b19 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:13:53 -0400 Subject: python/feedparser: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/feedparser/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/feedparser') diff --git a/python/feedparser/README b/python/feedparser/README index 97ea1ec77af3..69c6271bd76c 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 -- cgit v1.2.3