summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-13 14:42:05 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:06 +0000
commitaf8d8b5edd7da0ba4ff1093a7e8733e031a4e5fd (patch)
tree6193da3fdba96386eefd756910bebb4bdd487d29 /gnu
parentcefa4050411452d6775984b23dba9aeaccdc00aa (diff)
gnu: python-glue-astronomy: Reduce closure size.
Keeping python-pyqt in scope introduces profile collusion, see <https://codeberg.org/guix/guix/issues/6371#issuecomment-10558598>, this change removes optional inputs. gnu/packages/astronomy.scm:5270:2: python-glue-astronomy@0.14.0: propagated inputs python-pyqt@6.9.1 and python-pyqt@5.15.11 collide * gnu/packages/astronomy.scm (python-glue-astronomy): [propagated-inputs]: Remove python-pyqt and python-reproject. Reported-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Change-Id: Ia4e7edc6b82ae1d53d64518a44d093e4d2300288
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 12a9ec2e3f0..4362ad7b2f3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5238,7 +5238,7 @@ the Gizmo code, in particular, the FIRE cosmological simulations.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 77 passed, 2 skipped, 3 deselected
+ ;; tests: 72 passed, 2 skipped, 8 deselected
#:test-flags
#~(list "--pyargs" "glue_astronomy"
;; XXX: See: <https://github.com/glue-viz/glue-astronomy/issues/117>.
@@ -5270,9 +5270,7 @@ the Gizmo code, in particular, the FIRE cosmological simulations.")
(propagated-inputs
(list python-astropy
python-glue-core
- python-pyqt ;PyQt5
python-regions
- python-reproject
python-specreduce
python-spectral-cube
python-specutils))