diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 15:15:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:50 +0100 |
| commit | d348f3f21f84f55b6e52729c229e0a8c3d531d52 (patch) | |
| tree | 0b63529c152a4244222613525ed5c5fc7b1a99ed /gnu/packages/python-xyz.scm | |
| parent | 25565cb637de74cd7eaca88c9cd89d91748a67e6 (diff) | |
gnu: python-anyio: Reduce closure size.
* gnu/packages/python-xyz.scm (python-anyio): Reduce closure size.
[propagated-inputs]: Remove python-contextvars and
python-typing-extensions.
[native-inputs]: Remove python-wheel.
Change-Id: I740b7e3fd1c3b89eb762729e04fe70c71ea50202
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 3ec6370dbd..ef5666ee60 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32055,10 +32055,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 @@ -32067,8 +32065,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 |
