1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 16:25:54 +02:00

gnu: python-port-for: Remove trailing boolean.

* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
boolean from lambda function.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
jgart
2022-03-22 19:14:31 -04:00
committed by Mathieu Othacehe
parent db7b8d1c9a
commit a1c11cc652
+1 -2
View File
@@ -5023,8 +5023,7 @@ without requiring a page refresh.")
(add-after 'unpack 'use-urllib3
(lambda _
(substitute* "port_for/_download_ranges.py"
(("urllib2") "urllib3"))
#t)))))
(("urllib2") "urllib3")))))))
(propagated-inputs
(list python-urllib3))
(native-inputs