guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: python-pbkdf2: Use INVOKE.


From: guix-commits
Subject: 04/10: gnu: python-pbkdf2: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ee2bb94432d5f880ba55d439143bf048b0788260
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:38:13 2019 +0100

    gnu: python-pbkdf2: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-pbkdf2)[arguments]: Unconditionally
    return #T from "check" phase.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 51a084b..68a05ae 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10757,7 +10757,7 @@ protocols written in pure Python.")
              (setenv "PYTHONPATH"
                      (string-append (getcwd) "/build/lib:"
                                     (getenv "PYTHONPATH")))
-             (zero? (system* "python" "test/test_pbkdf2.py")))))))
+             (invoke "python" "test/test_pbkdf2.py"))))))
     (propagated-inputs
      `(("python-pycrypto" ,python-pycrypto)))  ; optional
     (home-page "https://www.dlitz.net/software/python-pbkdf2/";)



reply via email to

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