sharlatan pushed a commit to branch python-team
in repository guix.

commit cd8d5915261e379db7a508a666ec7cc82727b512
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 5 12:29:41 2024 +0000

    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 97bb4b7589..8197425133 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

Reply via email to