guix-commits
[Top][All Lists]
Advanced

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

19/21: gnu: python-peachpy: Fix build.


From: guix-commits
Subject: 19/21: gnu: python-peachpy: Fix build.
Date: Tue, 18 Jan 2022 13:38:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e31ff150f938ae5f61d93c30847555eed91e58c0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 18 18:12:50 2022 +0100

    gnu: python-peachpy: Fix build.
    
    * gnu/packages/python-xyz.scm (python-peachpy)[arguments]: Invoke nosetests
    directly.
    [native-inputs]: Add PYTHON-SETUPTOOLS.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 49c4bd848b..8bbbd950cd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27541,9 +27541,9 @@ and BMI2).")
                     (replace 'check
                       (lambda* (#:key tests? #:allow-other-keys)
                         (when tests?
-                          (invoke "python" "setup.py" "nosetests")))))))
+                          (invoke "nosetests")))))))
       (native-inputs
-       (list python-nose python-rednose))
+       (list python-nose python-rednose python-setuptools))
       (propagated-inputs
        (list python-six python-opcodes))
       (synopsis "Efficient assembly code generation in Python")



reply via email to

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