[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/397: gnu: python-cachecontrol-0.11: Add missing inputs.
From: |
guix-commits |
Subject: |
192/397: gnu: python-cachecontrol-0.11: Add missing inputs. |
Date: |
Thu, 16 Jan 2025 04:30:33 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 5a89243348e28aebbed7baa39ce5b8f5d4a1799c
Author: Ricardo Wurmus <rekado@elephly.net>
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 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
- 162/397: gnu: Rename python-starsessions-for-pytorch-lightning., (continued)
- 162/397: gnu: Rename python-starsessions-for-pytorch-lightning., guix-commits, 2025/01/16
- 165/397: gnu: python-starsessions: Disable one more test., guix-commits, 2025/01/16
- 166/397: gnu: python-fastapi: Relax requirements., guix-commits, 2025/01/16
- 167/397: gnu: Remove python-starlette-for-fastapi-0.88., guix-commits, 2025/01/16
- 169/397: gnu: python-wrapt: Update to 1.17.0., guix-commits, 2025/01/16
- 171/397: gnu: python-anndata: Update to 0.11.1., guix-commits, 2025/01/16
- 184/397: gnu: python-locust: Disable some more tests., guix-commits, 2025/01/16
- 176/397: gnu: python-legacy-api-wrap: Update to 1.4.1., guix-commits, 2025/01/16
- 185/397: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/16
- 188/397: gnu: python-cell2cell: Add missing input., guix-commits, 2025/01/16
- 192/397: gnu: python-cachecontrol-0.11: Add missing inputs.,
guix-commits <=
- 193/397: gnu: rust-jiter-0.2: Add missing input., guix-commits, 2025/01/16
- 199/397: gnu: python-scikit-fuzzy: Add missing inputs., guix-commits, 2025/01/16
- 200/397: gnu: python-scikit-learn-extra: Disable one test., guix-commits, 2025/01/16
- 201/397: gnu: python-osqp: Add missing inputs., guix-commits, 2025/01/16
- 202/397: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/16
- 204/397: gnu: python-cvxpy: Add missing input., guix-commits, 2025/01/16
- 203/397: gnu: python-scikit-survival: Add missing input., guix-commits, 2025/01/16
- 205/397: gnu: python-apscheduler: Add missing inputs., guix-commits, 2025/01/16
- 207/397: gnu: python-metacells: Add missing input., guix-commits, 2025/01/16
- 208/397: gnu: python-scanpy: Patch anndata version check., guix-commits, 2025/01/16