guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 5057204f7d7947310bda119e451292d856616d67
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jul 31 15:15:40 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 16b64cbe64..a451f9ff30 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32047,10 +32047,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
@@ -32059,8 +32057,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

Reply via email to