guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

116/131: gnu: pypy3: Do not alter PYTHONPATH.


From: guix-commits
Subject: 116/131: gnu: pypy3: Do not alter PYTHONPATH.
Date: Mon, 1 Feb 2021 11:57:04 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 68676442509a397f5947b18c36452720c36d0793
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 27 18:08:29 2021 -0500

    gnu: pypy3: Do not alter PYTHONPATH.
    
    * gnu/packages/python.scm (pypy3): Do not alter PYTHONPATH.
---
 gnu/packages/python.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 258e074..8e8f464 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.")
                                 "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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]