gnu: python-beautifulsoup4: Use INVOKE.
* gnu/packages/python-xyz.scm (python-beautifulsoup4)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
95b707fb46
commit
dff0197e60
|
@ -4857,7 +4857,7 @@ libxml2 and libxslt.")
|
||||||
;; For more information, see the file 'convert-py3k' in the source
|
;; For more information, see the file 'convert-py3k' in the source
|
||||||
;; distribution.
|
;; distribution.
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (zero? (system* "./convert-py3k")))))))
|
(lambda _ (invoke "./convert-py3k"))))))
|
||||||
(home-page
|
(home-page
|
||||||
"https://www.crummy.com/software/BeautifulSoup/bs4/")
|
"https://www.crummy.com/software/BeautifulSoup/bs4/")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in New Issue