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>
This commit is contained in:
parent
729936cfa4
commit
d402340625
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue