diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 14:49:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 20:47:45 +0100 |
commit | 73b305737cccaf20cb0b0d82c8f80075b9eda35c (patch) | |
tree | 8b57276e982e34f17c64920f71556570eff31e48 | |
parent | 2dee1495757a2eb5e74ac8484d158831e66a99e8 (diff) | |
download | guix-73b305737cccaf20cb0b0d82c8f80075b9eda35c.tar.gz |
gnu: python-cloudscraper: Remove questionable message.
* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add substitution to snippet.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
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 |