mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-daft: Adjust inputs.
* gnu/packages/python-xyz.scm (python-daft) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icd587c78f8b138fddef4a36e5f05a7a559931f11
This commit is contained in:
parent
a9199fed6b
commit
2561feb32f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue