From 2561feb32f3d1d4d01ac9b0b6ca2f8f92ae9eca2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 5 Nov 2024 12:29:41 +0000 Subject: [PATCH] gnu: python-daft: Adjust inputs. * gnu/packages/python-xyz.scm (python-daft) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icd587c78f8b138fddef4a36e5f05a7a559931f11 --- gnu/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 126cc5f715..5e21b6cfde 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5192,8 +5192,11 @@ Cython for speed.") " and not test_thick_lines[png]" " and not test_weaklensing[png]" " and not test_wordy[png]")))) + (native-inputs + (list python-pytest + python-setuptools + python-wheel)) (propagated-inputs (list python-matplotlib python-numpy)) - (native-inputs (list python-pytest)) (home-page "https://docs.daft-pgm.org/") (synopsis "PGM rendering library") (description "Daft is a Python package that uses matplotlib to