guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e73a618bac2598a7b6ac5ca69c2a5d83bd4bfbe7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 5 16:13:37 2025 +0000
gnu: python-cloudpathlib: Fix tests.
* gnu/packages/python-web.scm (python-cloudpathlib)[native-inputs]:
Add python-psutil.
Change-Id: I2c13d89f7739f94ca5532188cafaba7d6b214f1d
---
gnu/packages/python-web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 028394c100..6c49419717 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -433,6 +433,7 @@ and JSON.
(list ;; python-azure-identity
python-dotenv
python-flit-core
+ python-psutil
python-pydantic
python-pytest
python-pytest-cases