~ruther/guix-local

45f3d62af2c4305d023fa5e2f14591ce93550696 — Ricardo Wurmus 1 year, 3 months ago 8f65c75
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
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -1
@@ 31631,7 31631,6 @@ standard error channel (stderr) in your program.")
                 " and not test_unretrieved_future_exception_server_crash"))))))))
    (propagated-inputs
     (list python-contextvars
           python-dataclasses
           python-idna
           python-sniffio
           python-typing-extensions))