mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-cloudscraper: Remove questionable message.
* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add substitution to snippet.
This commit is contained in:
parent
2dee149575
commit
73b305737c
1 changed files with 4 additions and 0 deletions
|
@ -5156,6 +5156,10 @@ (define-public python-cloudscraper
|
|||
"captcha/deathbycaptcha.py"
|
||||
"interpreters/js2py.py"
|
||||
"interpreters/v8.py"))
|
||||
(substitute* "__init__.py"
|
||||
;; Perhaps it's a joke, but don't promote proprietary software.
|
||||
(("([Th]is feature is not available) in the .*'" _ prefix)
|
||||
(string-append prefix ".'")))
|
||||
#t))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue