From 64ac17035d66d98d3081bc7fc558c33e1be8e4f4 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 14 Dec 2024 23:05:21 +0100 Subject: gnu: python-pytest-shard: Fix build. * gnu/packages/python-check.scm (python-pytest-shard)[native-inputs]: Add python-setuptools python-wheel. Change-Id: I49b93ffb7fbdecf0297d979fae4baa6c25aa6efb --- gnu/packages/python-check.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 5c584698b53..a276452a694 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -271,6 +271,7 @@ times and detect flakyness.") (sha256 (base32 "1h31m68igz670bzl307hazjrfbr8pk14mxflllar18ydmlrnl677")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (propagated-inputs (list python-pytest)) (home-page "https://github.com/AdamGleave/pytest-shard") (synopsis "Pytest plugin for sharding tests") -- cgit v1.3