guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 5ab22ede878cb5bb313bbeb4352f9c19b0b8cb95
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 14:42:05 2026 +0000

    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: [email protected]:
        propagated inputs [email protected] and [email protected] collide
    
    * gnu/packages/astronomy.scm (python-glue-astronomy):
    [propagated-inputs]: Remove python-pyqt and python-reproject.
    
    Reported-by: Hugo Buddelmeijer <[email protected]>
    Change-Id: Ia4e7edc6b82ae1d53d64518a44d093e4d2300288
---
 gnu/packages/astronomy.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 96ead4eb77..467a058541 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5328,7 +5328,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>.
@@ -5360,9 +5360,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))

Reply via email to