me
/
guix
Archived
1
0
Fork 0

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>
master
Morgan Smith 2021-11-11 10:30:04 -05:00 committed by Ludovic Courtès
parent 729936cfa4
commit d402340625
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

@ -4773,6 +4773,8 @@ their web site.")
(base32 (base32
"0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v")))) "0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs
`(("python-sgmllib3k" ,python-sgmllib3k)))
(arguments (arguments
'(#:tests? #f)) '(#:tests? #f))
(home-page (home-page