diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-27 18:08:29 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-02-01 11:54:01 -0500 |
| commit | 68676442509a397f5947b18c36452720c36d0793 (patch) | |
| tree | e679aa1b3274aeaf799b9abceda64e720e4125ad /gnu/packages/python.scm | |
| parent | 792935c8da70ff7b4d033726d78f106de8f08d4c (diff) | |
gnu: pypy3: Do not alter PYTHONPATH.
* gnu/packages/python.scm (pypy3): Do not alter PYTHONPATH.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 258e0749f04..8e8f46467be 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -775,9 +775,6 @@ ease from the desktop to a microcontroller or embedded system.") | |||
| 775 | "targetpypystandalone")) | 775 | "targetpypystandalone")) |
| 776 | ;; Build c modules and package everything, so tests work. | 776 | ;; Build c modules and package everything, so tests work. |
| 777 | (with-directory-excursion "pypy/tool/release" | 777 | (with-directory-excursion "pypy/tool/release" |
| 778 | (unsetenv "PYTHONPATH") ; Do not use the system’s python libs: | ||
| 779 | ; AttributeError: module 'enum' has no | ||
| 780 | ; attribute 'IntFlag' | ||
| 781 | (invoke "python2" "package.py" | 778 | (invoke "python2" "package.py" |
| 782 | "--archive-name" "pypy-dist" | 779 | "--archive-name" "pypy-dist" |
| 783 | "--builddir" (getcwd))))) | 780 | "--builddir" (getcwd))))) |
