guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit bd4e53e51e8de5352872ba3ed7ad2e0fdd723135
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 321eb38503..dee782de52 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

Reply via email to