guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: python-cloudscraper: Remove questionable message.


From: guix-commits
Subject: 06/11: gnu: python-cloudscraper: Remove questionable message.
Date: Sun, 15 Nov 2020 14:48:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 73b305737cccaf20cb0b0d82c8f80075b9eda35c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 14:49:47 2020 +0100

    gnu: python-cloudscraper: Remove questionable message.
    
    * gnu/packages/python-web.scm (python-cloudscraper)[source]: Add
    substitution to snippet.
---
 gnu/packages/python-web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e91db73..3fec7ad 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]