gnu: python-pbkdf2: Use INVOKE.

* gnu/packages/python-xyz.scm (python-pbkdf2)[arguments]: Unconditionally
return #T from "check" phase.
This commit is contained in:
Ricardo Wurmus 2019-01-23 18:38:13 +01:00
parent 831080a69b
commit ee2bb94432
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10757,7 +10757,7 @@ (define-public python-pbkdf2
(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/")