summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2021-11-11 10:30:04 -0500
committerLudovic Courtès <ludo@gnu.org>2021-11-12 23:56:51 +0100
commitd40234062552ed5f058410e6565ee231cb5bfe52 (patch)
tree47e0801bfa6458e484baf79884207ad82e97a1a9 /gnu/packages/web.scm
parent729936cfa4766787218c9e5cf683723544f996f0 (diff)
downloadguix-patches-d40234062552ed5f058410e6565ee231cb5bfe52.tar
guix-patches-d40234062552ed5f058410e6565ee231cb5bfe52.tar.gz
gnu: python-feedparser: Add input
* gnu/packages/web.scm (python-feedparser) [propagated-inputs]: Add python-sgmllib3k Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fb0ca7646a..a4c47f92d8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4773,6 +4773,8 @@ their web site.")
(base32
"0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v"))))
(build-system python-build-system)
+ (propagated-inputs
+ `(("python-sgmllib3k" ,python-sgmllib3k)))
(arguments
'(#:tests? #f))
(home-page