rekado pushed a commit to branch python-team
in repository guix.
commit 53ab69e8c872e5886ece69d43a9f30559ecf02c9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 8 22:07:31 2025 +0100
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
---
gnu/packages/python-web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d224846280..9295757e3d 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