diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-08 19:40:26 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:07 +0100 |
| commit | b5dd854f7473ba7f3b1f4c58118b4641b618810d (patch) | |
| tree | f3c071c9c05f67571d65751171b9ae9be13cdda4 /gnu/packages/python-compression.scm | |
| parent | c3942b7debfebb30fc64d1c998007cb38cf3733e (diff) | |
gnu: python-blosc: Adjust inputs.
* gnu/packages/python-compression.scm (python-blosc):
[propagated-inputs]: Remove python-scikit-build.
[native-inputs]: Remove python-numpy; add python-numpy-1 and
python-scikit-build.
Change-Id: I30da797eea3b92909ba707af41cde90062d974bf
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index d0e5571dfe4..2709dabb4cf 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -135,17 +135,17 @@ Python versions below 3.14.") (lambda _ (setenv "USE_SYSTEM_BLOSC" "1") (setenv "Blosc_ROOT" #$(this-package-input "c-blosc"))))))) - (propagated-inputs - (list python-scikit-build)) - (inputs - (list c-blosc)) (native-inputs (list cmake-minimal ninja/pinned - python-numpy + ;; See: <https://github.com/Blosc/python-blosc/issues/347>. + python-numpy-1 python-psutil python-py-cpuinfo + python-scikit-build python-setuptools)) + (inputs + (list c-blosc)) (home-page "https://github.com/blosc/python-blosc") (synopsis "Python wrapper for the Blosc data compressor library") (description "Blosc is a high performance compressor optimized for binary |
