bug#50853: python-feedparser

2021-11-09 Thread Vinicius Monego
Em seg, 2021-09-27 às 22:00 +0200, Lio Novelli escreveu: > This patch provides a bit more than just bugfix: >  - Add two python package definitions sgmllib3k, sgqlc >  - updates python-feedparser Hi, Could you format these patches with git-format-patch and submit as a series of 4 to

bug#50853: python-feedparser

2021-09-27 Thread Lio Novelli
This patch provides a bit more than just bugfix: - Add two python package definitions sgmllib3k, sgqlc - updates python-feedparser From bff17f280636f91fb79fbfa508ee95ec42f33bc2 Mon Sep 17 00:00:00 2001 From: l3n Date: Mon, 27 Sep 2021 21:57:36 +0200 Subject: [PATCH] Add two python package

bug#50853: python-feedparser

2021-09-27 Thread Lio Novelli
Feedparser module is missing sgmllib dependency: >>> import feedparser Traceback (most recent call last): File "", line 1, in File "/home/len/.guix-profile/lib/python3.8/site-packages/feedparser/__init__.py", line 28, in from .api import parse File