guix-patches
[Top][All Lists]
Advanced

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

[bug#54530] [PATCH] gnu: python-port-for: Remove trailing boolean.


From: jgart
Subject: [bug#54530] [PATCH] gnu: python-port-for: Remove trailing boolean.
Date: Tue, 22 Mar 2022 19:14:31 -0400

* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
boolean from lambda function.
---
 gnu/packages/python-web.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9c2a48166a..741d4044ed 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5023,8 +5023,7 @@ (define-public python-port-for
          (add-after 'unpack 'use-urllib3
            (lambda _
              (substitute* "port_for/_download_ranges.py"
-               (("urllib2") "urllib3"))
-             #t)))))
+               (("urllib2") "urllib3")))))))
     (propagated-inputs
      (list python-urllib3))
     (native-inputs
-- 
2.34.0






reply via email to

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