diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-20 18:29:23 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-20 18:33:51 +0200 |
| commit | 1afe3c502be32cc831748e11f195789d1862540f (patch) | |
| tree | 86880d8755cd651e4aab4ff55b3721487906ac24 /gnu/packages/python.scm | |
| parent | e1ffd78270881e0c5b3f12a60a0caa75300557e7 (diff) | |
gnu: python: Build lib2to3/tests module.
* gnu/packages/python.scm (python-2.7)[arguments]: Build lib2to3/tests module
that is needed by python-pyannotate.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 28a3c77953a..96179fdfc15 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -311,8 +311,8 @@ | |||
| 311 | (when (file-exists? dir) | 311 | (when (file-exists? dir) |
| 312 | (delete-file-recursively dir)))) | 312 | (delete-file-recursively dir)))) |
| 313 | '("email/test" "ctypes/test" "unittest/test" "tkinter/test" | 313 | '("email/test" "ctypes/test" "unittest/test" "tkinter/test" |
| 314 | "sqlite3/test" "bsddb/test" "lib-tk/test" "lib2to3/tests" | 314 | "sqlite3/test" "bsddb/test" "lib-tk/test" "json/tests" |
| 315 | "json/tests" "distutils/tests")))))))) | 315 | "distutils/tests")))))))) |
| 316 | (add-after 'remove-tests 'move-tk-inter | 316 | (add-after 'remove-tests 'move-tk-inter |
| 317 | (lambda* (#:key outputs #:allow-other-keys) | 317 | (lambda* (#:key outputs #:allow-other-keys) |
| 318 | ;; When Tkinter support is built move it to a separate output so | 318 | ;; When Tkinter support is built move it to a separate output so |
