gnu: python-wsgi-intercept: Correct inputs.
* gnu/packages/python.scm(python-wsgi-intercept): [native-inputs]: move python-six to [propagated-inputs]. [propagated-inputs] move python-httplib2, python-requests to [native-inputs].
This commit is contained in:
parent
a5333f7c61
commit
b9fc496ff6
|
@ -7824,13 +7824,13 @@ framework which enables you to test server connections locally.")
|
||||||
(base32
|
(base32
|
||||||
"0kjj2v2dvmnpdd5h5gk9rzz0f54rhjb0yiz3zg65bmp65slfw65d"))))
|
"0kjj2v2dvmnpdd5h5gk9rzz0f54rhjb0yiz3zg65bmp65slfw65d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-six" ,python-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)
|
||||||
("python-six" ,python-six)
|
("python-httplib2" ,python-httplib2)
|
||||||
|
("python-requests" ,python-requests)
|
||||||
("python-urllib3" ,python-urllib3)))
|
("python-urllib3" ,python-urllib3)))
|
||||||
(propagated-inputs
|
|
||||||
`(("python-httplib2" ,python-httplib2)
|
|
||||||
("python-requests" ,python-requests)))
|
|
||||||
(synopsis "Puts a WSGI application in place of a real URI for testing")
|
(synopsis "Puts a WSGI application in place of a real URI for testing")
|
||||||
(description "Wsgi_intercept installs a WSGI application in place of a real
|
(description "Wsgi_intercept installs a WSGI application in place of a real
|
||||||
URI for testing. Testing a WSGI application normally involves starting a
|
URI for testing. Testing a WSGI application normally involves starting a
|
||||||
|
|
Loading…
Reference in New Issue