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:
Danny Milosavljevic 2024-12-20 22:32:10 +01:00
parent a22c66c94c
commit 8bc40e4b61
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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