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

commit 741c499c039a3f2f044e37949d7f7dbef1d26d0f
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Jan 19 02:31:27 2026 +0100

    gnu: python-scikit-build-core: Drop python-exceptiongroup input.
    
    * gnu/packages/python-science.scm (python-scikit-build-core)
    [propagated-inputs]: Drop python-exceptiongroup.
    
    Change-Id: Id6e5491f3bab5bfbe4719f5313ff21d72e44d232
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index c699a3287a..04a77d93c6 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2824,8 +2824,7 @@ genetic variation data.")
     ;; Tests are aborted with the admonition: "setup.py install is
     ;; deprecated. Use build and pip and other standards-based tools."
     (arguments (list #:tests? #false))
-    (propagated-inputs (list python-exceptiongroup
-                             python-importlib-metadata
+    (propagated-inputs (list python-importlib-metadata
                              python-importlib-resources
                              python-packaging
                              python-pathspec

Reply via email to