sharlatan pushed a commit to branch python-team
in repository guix.
commit c35831090d19392a307546ac4d1c973bc92ca297
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 5067c5cb84..5300b029d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32528,10 +32528,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