guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8ef00c7a9097a514ec62a4669b71954791e0999a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 22:02:59 2026 +0000

    gnu: python-imagecodecs: Fix build.
    
    * gnu/packages/python-xyz.scm (python-imagecodecs):
    [inputs]: Remove python-blosc2; add c-blosc2.
    
    Change-Id: I28487d0a93c8098620b68c5d46caf6d6f55ca108
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6521d036eb..34e30b7bde 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12934,6 +12934,7 @@ metrics.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 2023 passed, 7841 skipped, 200 deselected, 1626 xfailed, 4 
warnings
       #:test-flags
       ;; Some of those tests are flaky.
       #~(list "-k" "not test_cms_identity_transforms")
@@ -12966,9 +12967,10 @@ def customize_build(EXTENSIONS, OPTIONS):
             (lambda _
               (setenv "HOME" (getcwd)))))))
     (inputs
-     (list c-blosc
+     (list brotli
+           c-blosc
+           c-blosc2
            giflib
-           brotli
            lcms
            libheif
            libjpeg-turbo
@@ -12977,7 +12979,6 @@ def customize_build(EXTENSIONS, OPTIONS):
            libwebp
            lz4
            lzfse
-           python-blosc2
            snappy
            xz
            zlib

Reply via email to