summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 22:02:59 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:44 +0100
commitc44fd4362eae7343a8df59294fbf3ce61d9417de (patch)
tree9846b627888745217f251b537f9caf357a5c03cc /gnu/packages/python-xyz.scm
parent8fdd8431d9b9ac634d0476a3f39766da1122dd74 (diff)
gnu: python-imagecodecs: Fix build.
* gnu/packages/python-xyz.scm (python-imagecodecs): [inputs]: Remove python-blosc2; add c-blosc2. Change-Id: I28487d0a93c8098620b68c5d46caf6d6f55ca108 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index edeaac87313..442a6342152 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12980,6 +12980,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")
@@ -13012,9 +13013,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
@@ -13023,7 +13025,6 @@ def customize_build(EXTENSIONS, OPTIONS):
libwebp
lz4
lzfse
- python-blosc2
snappy
xz
zlib