me
/
guix
Archived
1
0
Fork 0

gnu: python-pbkdf2: Do not set PYTHONPATH.

* gnu/packages/python-check.scm (python-pbkdf2)
[phases]{check}: Do not set PYTHONPATH.
master
Maxim Cournoyer 2021-01-24 10:06:56 -05:00
parent ce9253b38c
commit 693a001da7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -14607,9 +14607,6 @@ protocols written in pure Python.")
(modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) "/build/lib:"
(getenv "PYTHONPATH")))
(invoke "python" "test/test_pbkdf2.py"))))))
(propagated-inputs
`(("python-pycrypto" ,python-pycrypto))) ; optional