~ruther/guix-local

8757f05046dfc2423edc0345c6da21d2e0a6257e — Leo Famulari 9 years ago 3969ca5
gnu: python-wsgi-intercept: Fix build failure with Python 3.5.

* gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]:
Add python-urllib3.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 7439,7 7439,8 @@ framework which enables you to test server connections locally.")
    (build-system python-build-system)
    (native-inputs
     `(("python-pytest" ,python-pytest)
       ("python-six" ,python-six)))
       ("python-six" ,python-six)
       ("python-urllib3" ,python-urllib3)))
    (propagated-inputs
     `(("python-httplib2" ,python-httplib2)
       ("python-requests" ,python-requests)))