guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]