guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: python: Build lib2to3/tests module.


From: guix-commits
Subject: 13/13: gnu: python: Build lib2to3/tests module.
Date: Fri, 20 Aug 2021 12:34:08 -0400 (EDT)

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

commit 1afe3c502be32cc831748e11f195789d1862540f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Aug 20 18:29:23 2021 +0200

    gnu: python: Build lib2to3/tests module.
    
    * gnu/packages/python.scm (python-2.7)[arguments]: Build lib2to3/tests 
module
    that is needed by python-pyannotate.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 28a3c77..96179fd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -311,8 +311,8 @@
                          (when (file-exists? dir)
                            (delete-file-recursively dir))))
                      '("email/test" "ctypes/test" "unittest/test" 
"tkinter/test"
-                       "sqlite3/test" "bsddb/test" "lib-tk/test" 
"lib2to3/tests"
-                       "json/tests" "distutils/tests"))))))))
+                       "sqlite3/test" "bsddb/test" "lib-tk/test" "json/tests"
+                       "distutils/tests"))))))))
          (add-after 'remove-tests 'move-tk-inter
            (lambda* (#:key outputs #:allow-other-keys)
              ;; When Tkinter support is built move it to a separate output so



reply via email to

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