[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/30: gnu: python-pytest-xdist: Add setuptools and wheel.
From: |
guix-commits |
Subject: |
27/30: gnu: python-pytest-xdist: Add setuptools and wheel. |
Date: |
Sun, 30 Jun 2024 03:40:34 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit 93288e983b835658d6c1b66d19f70f6e559560a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 14:04:54 2024 +0200
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
---
gnu/packages/check.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., (continued)
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/06/30
- 19/30: gnu: python-box: Add missing input., guix-commits, 2024/06/30
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/06/30
- 10/30: gnu: Add missing import., guix-commits, 2024/06/30
- 18/30: gnu: python-joblib: Add missing inputs., guix-commits, 2024/06/30
- 21/30: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/06/30
- 24/30: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/06/30
- 27/30: gnu: python-pytest-xdist: Add setuptools and wheel.,
guix-commits <=
- 28/30: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/06/30
- 30/30: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/06/30