From bb5ccbfc70e833dadb0e6445422c6254a9de3002 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 1 Nov 2024 21:28:17 +0000 Subject: gnu: python-scs: Adjust inputs. * gnu/packages/python-science.scm (python-scs) [inputs]: Remove meson-python. [native-inputs]: Remove python-meson-python; add meson-python. Change-Id: I0122ecd0db405b134a6587c32592b59522e6320b --- gnu/packages/python-science.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 6cc9269af3..f38992a1c2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2033,12 +2033,15 @@ automated with the minimum of fuss and the least effort.") (sha256 (base32 "06wd8m3ri0gaddl7qq6243g25zjlnh3da915b73jnrfh7sg1nqsj")))) (build-system pyproject-build-system) - (inputs (list meson-python openblas)) - (propagated-inputs (list python-numpy python-scipy)) (native-inputs (list pkg-config - python-meson-python - python-pytest)) + python-pytest + meson-python)) + (inputs + (list openblas)) + (propagated-inputs + (list python-numpy + python-scipy)) (home-page "https://github.com/bodono/scs-python") (synopsis "Splitting conic solver") (description "This package provides a Python interface for the -- cgit v1.2.3