mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
7bd30ea988
commit
6b4a6c201a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue