guix-commits
[Top][All Lists]
Advanced

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

266/361: gnu: python-nose-exclude: Adjust iputs.


From: guix-commits
Subject: 266/361: gnu: python-nose-exclude: Adjust iputs.
Date: Thu, 21 Nov 2024 06:29:31 -0500 (EST)

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

commit c91b3bb92acb87a0c633952e0abecb08d4e2d933
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 09:52:06 2024 +0000

    gnu: python-nose-exclude: Adjust iputs.
    
    * gnu/packages/check.scm (python-nose-exclude) [native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I325c473275fd20f0bc36c5c5f46f65f662d7ef96
---
 gnu/packages/check.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e339cb2583..9cb4336a89 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3491,6 +3491,9 @@ JSON APIs with Behave.")
                             "test_dirs/test_not_me/test.py")
                 (("def test_i_should_never_run")
                  "def off_i_should_never_run")))))))
+    (native-inputs
+     (list python-setuptools
+           python-wheel))
     (propagated-inputs
      (list python-nose))
     (home-page "https://github.com/kgrandis/nose-exclude";)



reply via email to

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