diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-06 14:04:54 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:21:50 +0200 |
commit | 93288e983b835658d6c1b66d19f70f6e559560a8 (patch) | |
tree | 8e1c0c0f5e3c2faefe7292489677866c09395402 | |
parent | abe2896937118ceabc301b89969d7ae44de4cb1d (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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 5a59aba13f..60df3df0a2 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1789,7 +1789,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 |