mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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.
|
;; distribution.
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (invoke "./convert-py3k"))))))
|
(lambda _ (invoke "./convert-py3k"))))))
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python-soupsieve" ,python-soupsieve)))
|
`(("python-soupsieve" ,python-soupsieve)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://www.crummy.com/software/BeautifulSoup/bs4/")
|
"https://www.crummy.com/software/BeautifulSoup/bs4/")
|
||||||
|
|
Loading…
Reference in a new issue