mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue