gnu: python-imagecodecs: Disable sanity check.

* gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable
sanity-check phase.
This commit is contained in:
Marius Bakke 2022-01-11 01:30:09 +01:00
parent 5d9dbe0819
commit 96c214f505
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7166,8 +7166,10 @@ (define-public python-imagecodecs
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 @@ (define-public python-imagecodecs
zlib
`(,zstd "lib")))
(propagated-inputs
;; For the Python library.
(list python-numpy))
(native-inputs
;; For building.