summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm3
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)))))