gnu: python-wsgi-intercept: Update to 1.1.2.

* gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2.
[native-inputs]: Add python-six.
This commit is contained in:
Efraim Flashner 2016-02-25 11:01:12 +02:00
parent 29f20168cf
commit 9d813ec147
1 changed files with 4 additions and 3 deletions

View File

@ -7018,16 +7018,17 @@ framework which enables you to test server connections locally.")
(define-public python-wsgi-intercept (define-public python-wsgi-intercept
(package (package
(name "python-wsgi-intercept") (name "python-wsgi-intercept")
(version "0.10.3") (version "1.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "wsgi_intercept" version)) (uri (pypi-uri "wsgi_intercept" version))
(sha256 (sha256
(base32 (base32
"0xyfchacywb1mql84270mcidsqc5ssyspd18yacjk82x2xc68h0r")))) "14ajy415ch5d0dnspg4b592p66wlgzah7ay218flp13517fp49zl"))))
(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)))
(propagated-inputs (propagated-inputs
`(("python-httplib2" ,python-httplib2) `(("python-httplib2" ,python-httplib2)
("python-requests" ,python-requests))) ("python-requests" ,python-requests)))