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:
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

View file

@ -5400,7 +5400,7 @@ (define-public python-beautifulsoup4
;; distribution.
(replace 'check
(lambda _ (invoke "./convert-py3k"))))))
(native-inputs
(propagated-inputs
`(("python-soupsieve" ,python-soupsieve)))
(home-page
"https://www.crummy.com/software/BeautifulSoup/bs4/")