mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01:00
gnu: python: Build lib2to3/tests module.
* gnu/packages/python.scm (python-2.7)[arguments]: Build lib2to3/tests module that is needed by python-pyannotate.
This commit is contained in:
parent
e1ffd78270
commit
1afe3c502b
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,8 @@
|
||||||
(when (file-exists? dir)
|
(when (file-exists? dir)
|
||||||
(delete-file-recursively dir))))
|
(delete-file-recursively dir))))
|
||||||
'("email/test" "ctypes/test" "unittest/test" "tkinter/test"
|
'("email/test" "ctypes/test" "unittest/test" "tkinter/test"
|
||||||
"sqlite3/test" "bsddb/test" "lib-tk/test" "lib2to3/tests"
|
"sqlite3/test" "bsddb/test" "lib-tk/test" "json/tests"
|
||||||
"json/tests" "distutils/tests"))))))))
|
"distutils/tests"))))))))
|
||||||
(add-after 'remove-tests 'move-tk-inter
|
(add-after 'remove-tests 'move-tk-inter
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; When Tkinter support is built move it to a separate output so
|
;; When Tkinter support is built move it to a separate output so
|
||||||
|
|
Loading…
Add table
Reference in a new issue