mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue