From 8bc40e4b61a2133c931c5001ef22257c38e1a4d6 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Fri, 20 Dec 2024 22:32:10 +0100 Subject: gnu: python-pyct: Fix build. * gnu/packages/python-xyz.scm (python-pyct)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I286699bade6de727088b7d46e18abe547fb2a312 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3