mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
89b904bd1c
commit
e56844ce16
1 changed files with 3 additions and 6 deletions
|
@ -32079,10 +32079,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
|
||||
|
@ -32091,8 +32089,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue