diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 90147fc2fc..f5dd0d24b4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31968,10 +31968,8 @@ standard error channel (stderr) in your program.") " and not test_socket_options" " and not test_unretrieved_future_exception_server_crash")))))))) (propagated-inputs - (list python-contextvars - python-idna - python-sniffio - python-typing-extensions)) + (list python-idna + python-sniffio)) (native-inputs (list python-psutil python-pytest @@ -31980,8 +31978,7 @@ standard error channel (stderr) in your program.") python-setuptools-scm python-trio python-trustme - python-uvloop - python-wheel)) + python-uvloop)) (home-page "https://github.com/agronholm/anyio") (synopsis "Compatibility layer for multiple asynchronous event loops") (description |