diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-20 22:32:10 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-21 02:26:48 +0100 |
commit | 8bc40e4b61a2133c931c5001ef22257c38e1a4d6 (patch) | |
tree | dd5df4208fbc72d19d178de62c8e9965c4da306b /gnu | |
parent | a22c66c94c6ff29df3b01da6dc111d49da4ad12e (diff) | |
download | guix-8bc40e4b61a2133c931c5001ef22257c38e1a4d6.tar.gz guix-8bc40e4b61a2133c931c5001ef22257c38e1a4d6.zip |
gnu: python-pyct: Fix build.
* gnu/packages/python-xyz.scm (python-pyct)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: I286699bade6de727088b7d46e18abe547fb2a312
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 02547489b7..fadd373f58 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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_and_force_with_file_in_data_over_writes")))) (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") (synopsis "Common packaging tasks") (description |