summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-06 14:04:54 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-11 21:18:09 +0100
commit1376b0c1a6b31307ef58a33e097999f2056fa67b (patch)
tree2832c9991ac0a2f98affbcfeda61c44979a5c54b
parent29101f4de0a06ec779ea6498162ed2315722a46d (diff)
gnu: python-pytest-xdist: Add setuptools and wheel.
* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0aa7130a6e1bc0741edb164fd145bc20d754c007
-rw-r--r--gnu/packages/check.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0edb1ca5c1..f67a0af40f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2102,7 +2102,8 @@ same arguments.")
(base32
"1psf5dqxvc38qzxvc305mkg5xpdmdkbkkfiyqlmdnkgh7z5dx025"))))
(build-system pyproject-build-system)
- (native-inputs (list python-setuptools-scm python-filelock python-pytest))
+ (native-inputs (list python-setuptools-scm python-filelock python-pytest
+ python-setuptools python-wheel))
(propagated-inputs (list python-execnet python-pytest-forked))
(home-page "https://github.com/pytest-dev/pytest-xdist")
(synopsis