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 9e302e8209f..f3772e39dd4 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." | |||
| 5258 | (uri (pypi-uri "CacheControl" version)) | 5258 | (uri (pypi-uri "CacheControl" version)) |
| 5259 | (sha256 | 5259 | (sha256 |
| 5260 | (base32 | 5260 | (base32 |
| 5261 | "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g")))))) | 5261 | "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g")))) |
| 5262 | (native-inputs (list python-setuptools python-wheel)))) | ||
| 5262 | 5263 | ||
| 5263 | (define-public python-betamax | 5264 | (define-public python-betamax |
| 5264 | (package | 5265 | (package |
