gnu: python-requests-oauthlib: Fix building.
* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]: Add python-pyjwt for tests.master
parent
7bd30ea988
commit
6b4a6c201a
|
@ -1885,7 +1885,8 @@ concurrent HTTP client library for python using @code{gevent}.")
|
||||||
(delete-file "tests/test_core.py")
|
(delete-file "tests/test_core.py")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-requests-mock" ,python-requests-mock)
|
`(("python-pyjwt" ,python-pyjwt)
|
||||||
|
("python-requests-mock" ,python-requests-mock)
|
||||||
("python-mock" ,python-mock)))
|
("python-mock" ,python-mock)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-oauthlib" ,python-oauthlib)
|
`(("python-oauthlib" ,python-oauthlib)
|
||||||
|
|
Reference in New Issue