diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
