mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: python-pytest-shard: Fix build.
* gnu/packages/python-check.scm (python-pytest-shard)[native-inputs]: Add python-setuptools python-wheel. Change-Id: I49b93ffb7fbdecf0297d979fae4baa6c25aa6efb
This commit is contained in:
parent
07ce86b65d
commit
64ac17035d
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue