mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05: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:
parent
db7b8d1c9a
commit
a1c11cc652
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue