summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 14:49:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 20:47:45 +0100
commit73b305737cccaf20cb0b0d82c8f80075b9eda35c (patch)
tree8b57276e982e34f17c64920f71556570eff31e48 /gnu/packages/python-web.scm
parent2dee1495757a2eb5e74ac8484d158831e66a99e8 (diff)
downloadguix-patches-73b305737cccaf20cb0b0d82c8f80075b9eda35c.tar
guix-patches-73b305737cccaf20cb0b0d82c8f80075b9eda35c.tar.gz
gnu: python-cloudscraper: Remove questionable message.
* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add substitution to snippet.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e91db73f3e..3fec7adf19 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5156,6 +5156,10 @@ Encoding for HTTP.")
"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