summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-19 02:31:27 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:38 +0100
commit8faee401f6d04a9c39a7d3c53f944a7eabcb5664 (patch)
tree002c32ec5a2802ae7492f41c5ffdf8f7eba38d2e /gnu/packages/python-science.scm
parentd9d7246cef66e80156774771a79eb24e12cc31be (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 118355d8ec1..2c92dcd49fc 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2853,8 +2853,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