gnu: python-anyio: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/python-xyz.scm (python-anyio)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: I0d54f3b299e1b666fec72d5eb4e2b3d03e736a64
This commit is contained in:
Ricardo Wurmus 2025-01-02 17:20:53 +01:00
parent b4fceb5de8
commit b21e80d040
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31631,7 +31631,6 @@ (define-public python-anyio
" and not test_unretrieved_future_exception_server_crash"))))))))
(propagated-inputs
(list python-contextvars
python-dataclasses
python-idna
python-sniffio
python-typing-extensions))