guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

226/361: gnu: python-assay: Add missing inputs.


From: guix-commits
Subject: 226/361: gnu: python-assay: Add missing inputs.
Date: Fri, 22 Nov 2024 06:00:46 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 51ec238d92cd64d4f3c031be1d03439be15841b7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 4 21:14:01 2024 +0000

    gnu: python-assay: Add missing inputs.
    
    * gnu/packages/python-check.scm (python-assay) [native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Iec407e0f8483a037a07a9467a2a158dd049576f0
---
 gnu/packages/python-check.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 353acaac26..9fcbed3c57 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -91,6 +91,8 @@
               (lambda* (#:key tests? test-flags #:allow-other-keys)
                 (when tests?
                   (apply invoke "python" test-flags)))))))
+      (native-inputs
+       (list python-setuptools python-wheel))
       (home-page "https://github.com/brandon-rhodes/assay";)
       (synopsis "Python testing framework")
       (description



reply via email to

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