diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2019-05-14 21:18:53 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2019-05-14 21:20:19 +0200 |
| commit | 6b4a6c201a935a2df8e473465662b2bb75491bfb (patch) | |
| tree | 5ad3a97d36b01a949572e9585d46301fd9bf192d | |
| parent | 7bd30ea9883e3ec018a4fb0040dbc86905fc1760 (diff) | |
gnu: python-requests-oauthlib: Fix building.
* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]:
Add python-pyjwt for tests.
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2db94f04303..a163014c472 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -1885,7 +1885,8 @@ concurrent HTTP client library for python using @code{gevent}.") | |||
| 1885 | (delete-file "tests/test_core.py") | 1885 | (delete-file "tests/test_core.py") |
| 1886 | #t))))) | 1886 | #t))))) |
| 1887 | (native-inputs | 1887 | (native-inputs |
| 1888 | `(("python-requests-mock" ,python-requests-mock) | 1888 | `(("python-pyjwt" ,python-pyjwt) |
| 1889 | ("python-requests-mock" ,python-requests-mock) | ||
| 1889 | ("python-mock" ,python-mock))) | 1890 | ("python-mock" ,python-mock))) |
| 1890 | (propagated-inputs | 1891 | (propagated-inputs |
| 1891 | `(("python-oauthlib" ,python-oauthlib) | 1892 | `(("python-oauthlib" ,python-oauthlib) |
