gnu: python-beautifulsoup4: Propagate python-soupsieve.
This is a follow-up to commit abb53e6f87
.
* gnu/packages/python-xyz.scm (python-beautifulsoup4)[native-inputs]: Change
to ...
[propagated-inputs]: ... this.
This commit is contained in:
parent
a4f4e227bd
commit
f83e10e427
|
@ -5400,7 +5400,7 @@ libxml2 and libxslt.")
|
|||
;; distribution.
|
||||
(replace 'check
|
||||
(lambda _ (invoke "./convert-py3k"))))))
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
`(("python-soupsieve" ,python-soupsieve)))
|
||||
(home-page
|
||||
"https://www.crummy.com/software/BeautifulSoup/bs4/")
|
||||
|
|
Loading…
Reference in New Issue