~ruther/guix-local

8bc40e4b61a2133c931c5001ef22257c38e1a4d6 — Danny Milosavljevic 1 year, 5 months ago a22c66c
gnu: python-pyct: Fix build.

* gnu/packages/python-xyz.scm (python-pyct)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I286699bade6de727088b7d46e18abe547fb2a312
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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