From 9ad3ece715e3c93ec70db05c16408889ae0d6ddc Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 19 Jan 2026 02:31:27 +0100 Subject: [PATCH] gnu: python-scikit-build-core: Drop python-exceptiongroup input. * gnu/packages/python-science.scm (python-scikit-build-core) [propagated-inputs]: Drop python-exceptiongroup. --- 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 b9b80adbdeb..cd02b6c0744 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2822,8 +2822,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