me
/
guix
Archived
1
0
Fork 0

gnu: python-requests-oauthlib: Fix building.

* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]:
Add python-pyjwt for tests.
master
Julien Lepiller 2019-05-14 21:18:53 +02:00
parent 7bd30ea988
commit 6b4a6c201a
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 1 deletions

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)