guix-commits
[Top][All Lists]
Advanced

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

130/213: gnu: python-pathy: Remove old version of dataclasses.


From: guix-commits
Subject: 130/213: gnu: python-pathy: Remove old version of dataclasses.
Date: Fri, 10 Jan 2025 10:43:06 -0500 (EST)

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

commit 2010f7a65cfda1b2892dfc753ab8d9a35f27eaee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 09:59:41 2025 +0100

    gnu: python-pathy: Remove old version of dataclasses.
    
    A newer version of dataclasses is part of Python.
    
    * gnu/packages/python-xyz.scm (python-pathy)[propagated-inputs]: Remove
    python-dataclasses.
    
    Change-Id: Ibcb10802c1cd0e9abf8c74a683ec598111316a65
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 15f511401a..5b5a0201ba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12340,7 +12340,7 @@ older Python versions.")
                 "12v196q3rai33cfzrmb9pqfqv7ailngssjdrzdf8gzym9hdygmjc"))))
     (build-system pyproject-build-system)
     (propagated-inputs
-     (list python-dataclasses python-smart-open python-typer))
+     (list python-smart-open python-typer))
     (native-inputs (list python-mock python-pytest python-setuptools
                          python-wheel))
     (home-page "https://github.com/justindujardin/pathy";)



reply via email to

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