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:
Leo Famulari 2016-10-16 12:53:18 -04:00
parent 3969ca548c
commit 8757f05046
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

@ -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)))