From 96c214f50532e3978440ea7e35bd9c0fe4f654cc Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 11 Jan 2022 01:30:09 +0100 Subject: gnu: python-imagecodecs: Disable sanity check. * gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable sanity-check phase. --- gnu/packages/python-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b544444db1..36434a4707 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7166,8 +7166,10 @@ def customize_build(EXTENSIONS, OPTIONS): del EXTENSIONS['zfp'] del EXTENSIONS['zopfli'] OPTIONS['cythonize'] -"))) - #t))))) +"))))) + ;; XXX: The installed scripts import packages that depend on + ;; this package; disable import check to avoid the cycle. + (delete 'sanity-check)))) (inputs (list c-blosc giflib @@ -7182,6 +7184,7 @@ def customize_build(EXTENSIONS, OPTIONS): zlib `(,zstd "lib"))) (propagated-inputs + ;; For the Python library. (list python-numpy)) (native-inputs ;; For building. -- cgit v1.2.3