gnu: pypy3: Do not alter PYTHONPATH.
* gnu/packages/python.scm (pypy3): Do not alter PYTHONPATH.
This commit is contained in:
parent
792935c8da
commit
6867644250
1 changed files with 0 additions and 3 deletions
|
@ -775,9 +775,6 @@ (define-public pypy3
|
|||
"targetpypystandalone"))
|
||||
;; Build c modules and package everything, so tests work.
|
||||
(with-directory-excursion "pypy/tool/release"
|
||||
(unsetenv "PYTHONPATH") ; Do not use the system’s python libs:
|
||||
; AttributeError: module 'enum' has no
|
||||
; attribute 'IntFlag'
|
||||
(invoke "python2" "package.py"
|
||||
"--archive-name" "pypy-dist"
|
||||
"--builddir" (getcwd)))))
|
||||
|
|
Loading…
Reference in a new issue