From 28a0b3221c151dee4a79b8497df8e8077d581f0d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 25 Jan 2026 23:48:10 +0000 Subject: [PATCH] gnu: python-scikit-misc: Adjust inputs. * gnu/packages/python-science.scm (python-scikit-misc): [propagated-inputs]: Remove meson-python and python-spin. [native-inputs]: Remove pkg-config, python-cython, python-numpy, python-numpydoc, and python-wheel; add python-spin. Change-Id: If2a9f9f3a003d2edc960ca5382d66fba604defef --- gnu/packages/python-science.scm | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a13cdb0ea5..21168b47a9 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3046,18 +3046,14 @@ logic, also known as grey logic.") (substitute* "pyproject.toml" (("dynamic = \\['version'\\]") (string-append "version = \"" #$version "\"")))))))) - (propagated-inputs (list meson-python - python-numpy - python-spin)) - (native-inputs (list gfortran - pkg-config - python-cython - python-meson-python - python-numpy - python-numpydoc - python-pytest - python-setuptools - python-wheel)) + (native-inputs + (list gfortran + python-meson-python + python-spin + python-pytest + python-setuptools)) + (propagated-inputs + (list python-numpy)) (home-page "https://has2k1.github.io/scikit-misc/stable") (synopsis "Miscellaneous tools for scientific computing.") (description "This package provides miscellaneous tools for data analysis