From 87cf0c3e874f88dd0cae3487c75213fc079c2377 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 26 Jan 2025 01:11:31 +0000 Subject: [PATCH] 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 27dadf9b0f757f396676be1287bbd7e017b27989..91b67fb5335516003b5dc9bc3d11b55855c6df06 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32594,10 +32594,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