1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

gnu: python-requests-oauthlib: Fix building.

* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]:
Add python-pyjwt for tests.
This commit is contained in:
Julien Lepiller
2019-05-14 21:18:53 +02:00
parent 7bd30ea988
commit 6b4a6c201a

View File

@@ -1885,7 +1885,8 @@ concurrent HTTP client library for python using @code{gevent}.")
(delete-file "tests/test_core.py")
#t)))))
(native-inputs
`(("python-requests-mock" ,python-requests-mock)
`(("python-pyjwt" ,python-pyjwt)
("python-requests-mock" ,python-requests-mock)
("python-mock" ,python-mock)))
(propagated-inputs
`(("python-oauthlib" ,python-oauthlib)