gnu: python-pbkdf2: Use INVOKE.

* gnu/packages/python-xyz.scm (python-pbkdf2)[arguments]: Unconditionally
return #T from "check" phase.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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/")