1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 16:20:28 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-02-13 14:42:05 +00:00
parent cefa405041
commit af8d8b5edd

View File

@@ -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))