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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user