mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyct: Fix build.
* gnu/packages/python-xyz.scm (python-pyct)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I286699bade6de727088b7d46e18abe547fb2a312
This commit is contained in:
parent
a22c66c94c
commit
8bc40e4b61
1 changed files with 1 additions and 1 deletions
|
@ -10448,7 +10448,7 @@ scratch, as well as in-place editing.")
|
||||||
" and not test_fetch_data_using_test_data_with_no_file_in_data_copies_from_stubs"
|
" and not test_fetch_data_using_test_data_with_no_file_in_data_copies_from_stubs"
|
||||||
" and not test_fetch_data_using_test_data_and_force_with_file_in_data_over_writes"))))
|
" and not test_fetch_data_using_test_data_and_force_with_file_in_data_over_writes"))))
|
||||||
(propagated-inputs (list python-param python-pyyaml))
|
(propagated-inputs (list python-param python-pyyaml))
|
||||||
(native-inputs (list python-flake8 python-pytest))
|
(native-inputs (list python-flake8 python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/holoviz-dev/pyct")
|
(home-page "https://github.com/holoviz-dev/pyct")
|
||||||
(synopsis "Common packaging tasks")
|
(synopsis "Common packaging tasks")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue