diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a96e39dfd4a..56d7c41d147 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7652,7 +7652,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." ;; It's too much work to package CherryPy for now. `(#:tests? #f)) (propagated-inputs - (list python-filelock python-lockfile python-msgpack python-requests)) + (list python-filelock python-msgpack python-requests)) (native-inputs (list python-flit-core)) (home-page "https://github.com/ionrock/cachecontrol") |
