rekado pushed a commit to branch master
in repository guix.
commit 45f3d62af2c4305d023fa5e2f14591ce93550696
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 2 17:20:53 2025 +0100
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
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6dbee1ccdf..7daba929af 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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))