guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

114/397: gnu: python-anyio: Remove old version of dataclasses.


From: guix-commits
Subject: 114/397: gnu: python-anyio: Remove old version of dataclasses.
Date: Thu, 16 Jan 2025 04:30:10 -0500 (EST)

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

commit b21e80d040cab7e70d225840ffe82d2442076c82
Author: Ricardo Wurmus <rekado@elephly.net>
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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]