gnu: python-wsgi-intercept: Fix build failure with Python 3.5.
* gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]: Add python-urllib3.
This commit is contained in:
parent
3969ca548c
commit
8757f05046
|
@ -7439,7 +7439,8 @@ framework which enables you to test server connections locally.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)
|
||||||
|
("python-urllib3" ,python-urllib3)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-httplib2" ,python-httplib2)
|
`(("python-httplib2" ,python-httplib2)
|
||||||
("python-requests" ,python-requests)))
|
("python-requests" ,python-requests)))
|
||||||
|
|
Loading…
Reference in New Issue