GNU bug report logs - #50853
python-feedparser

Previous Next

Package: guix;

Reported by: Lio Novelli <lio <at> kompot.si>

Date: Mon, 27 Sep 2021 18:52:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Lio Novelli <lio <at> kompot.si>
To: 50853 <at> debbugs.gnu.org
Subject: bug#50853: python-feedparser
Date: Mon, 27 Sep 2021 20:24:26 +0200
Feedparser module is missing sgmllib dependency:

    >>> import feedparser
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/__init__.py",
        line 28, in <module> from .api import parse File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/api.py",
        line 36, in <module> from .html import _BaseHTMLProcessor File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/html.py",
        line 31, in <module> from .sgml import * File
        "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/sgml.py",
        line 30, in <module> import sgmllib ModuleNotFoundError: No
           module named 'sgmllib'

From https://pypi.org/project/sgmllib3k/

https://github.com/conda-forge/sgmllib3k-feedstock

I'll try to provide the patch but this will be my first one and I'm
having some issues getting through (understanding) guix documentation
on submitting bugs and patches.





This bug report was last modified 3 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.