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

commit 6f327d626999c2fd95c6df729042f1c952963310
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 ebfd5e98fc..649177bcfc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31749,10 +31749,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