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

commit 023f9d6c789e58f679cbf801de42b89e7a32bead
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 26 01:11:31 2025 +0000

    gnu: python-anyio: Adjust inputs, fix build.
    
    * gnu/packages/python-xyz.scm (python-anyio): [native-inputs]: Remove
    python-contextlib2, python-hypothesis, and python-mock.
    
    Change-Id: I84e16a7be8f8dd914d5710926960dc7d7339fa4d
---
 gnu/packages/python-xyz.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 51c585ba2f..26a8fe9d9b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32252,10 +32252,7 @@ standard error channel (stderr) in your program.")
            python-sniffio
            python-typing-extensions))
     (native-inputs
-     (list python-contextlib2
-           python-hypothesis
-           python-mock
-           python-psutil
+     (list python-psutil
            python-pytest
            python-pytest-mock
            python-setuptools

Reply via email to