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.
master
Marius Bakke 2019-06-04 14:44:33 +02:00
parent a4f4e227bd
commit f83e10e427
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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/")