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
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

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