From 82cf566d1fadb788bb839d447673d500670c7f4e Mon Sep 17 00:00:00 2001 From: B. Watson Date: Tue, 15 Mar 2022 11:46:15 -0400 Subject: python/feedparser: Remove tabs from README. Signed-off-by: B. Watson --- python/feedparser/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/feedparser/README b/python/feedparser/README index 69c6271bd7..71f3d8b4db 100644 --- a/python/feedparser/README +++ b/python/feedparser/README @@ -3,7 +3,7 @@ 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 + 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. -- cgit v1.2.3