gnu: python-numcodecs: Remove another cythonized file.

* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another
cythonized file.
This commit is contained in:
Efraim Flashner 2023-09-08 12:14:46 +03:00
parent 67ffb90dcb
commit 420d51fa02
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25144,7 +25144,8 @@ (define-public python-numcodecs
(snippet (snippet
'(begin '(begin
(delete-file-recursively "c-blosc") (delete-file-recursively "c-blosc")
(for-each delete-file '("numcodecs/blosc.c" (for-each delete-file '("numcodecs/_shuffle.c"
"numcodecs/blosc.c"
"numcodecs/compat_ext.c" "numcodecs/compat_ext.c"
"numcodecs/lz4.c" "numcodecs/lz4.c"
"numcodecs/vlen.c" "numcodecs/vlen.c"