diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-14 23:05:21 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-14 23:05:21 +0100 |
| commit | 64ac17035d66d98d3081bc7fc558c33e1be8e4f4 (patch) | |
| tree | 159c7dea7a5ecd9e890ebd4bdaf7642561a19ae3 /gnu/packages/python-check.scm | |
| parent | 07ce86b65dfd4e0ad4dc19853f882949611025c4 (diff) | |
gnu: python-pytest-shard: Fix build.
* gnu/packages/python-check.scm (python-pytest-shard)[native-inputs]: Add
python-setuptools python-wheel.
Change-Id: I49b93ffb7fbdecf0297d979fae4baa6c25aa6efb
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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.") | |||
| 271 | (sha256 | 271 | (sha256 |
| 272 | (base32 "1h31m68igz670bzl307hazjrfbr8pk14mxflllar18ydmlrnl677")))) | 272 | (base32 "1h31m68igz670bzl307hazjrfbr8pk14mxflllar18ydmlrnl677")))) |
| 273 | (build-system pyproject-build-system) | 273 | (build-system pyproject-build-system) |
| 274 | (native-inputs (list python-setuptools python-wheel)) | ||
| 274 | (propagated-inputs (list python-pytest)) | 275 | (propagated-inputs (list python-pytest)) |
| 275 | (home-page "https://github.com/AdamGleave/pytest-shard") | 276 | (home-page "https://github.com/AdamGleave/pytest-shard") |
| 276 | (synopsis "Pytest plugin for sharding tests") | 277 | (synopsis "Pytest plugin for sharding tests") |
