andreas pushed a commit to branch python-team in repository guix. commit 29a4b2a8418ae6f745c23f03b46610e55371a46b Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 6a28a3da54..5831a1b073 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32583,10 +32583,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