mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-pbkdf2: Do not set PYTHONPATH.
* gnu/packages/python-check.scm (python-pbkdf2) [phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
parent
ce9253b38c
commit
693a001da7
1 changed files with 0 additions and 3 deletions
|
@ -14607,9 +14607,6 @@ (define-public python-pbkdf2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue