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

commit 5a4f99428e80573a6f35b53de804a32e8e309d47
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 94cf018dcb..7759f9ecf9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5316,7 +5316,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>.
@@ -5348,9 +5348,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