diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-08 22:07:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:38 +0100 |
commit | b4ab10f91fc54c69b003bd3ce724f214a968ae62 (patch) | |
tree | f800d8385b34d19121dbf616af979af7b8f8599e /gnu/packages/python-web.scm | |
parent | 8979655ddf8d2903f4d6481bbbc519227d6ffc2c (diff) |
gnu: python-cachecontrol-0.11: Add missing inputs.
* gnu/packages/python-web.scm (python-cachecontrol-0.11)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I02091636a09a92093af109b044614fe617a5dd4c
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 9e302e8209..f3772e39dd 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5258,7 +5258,8 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." (uri (pypi-uri "CacheControl" version)) (sha256 (base32 - "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g")))))) + "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g")))) + (native-inputs (list python-setuptools python-wheel)))) (define-public python-betamax (package |