From b4291db238a3d451429783cfda366fd2f3ef73d1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 17 Mar 2018 19:52:18 -0400 Subject: gnu: python: Return #t from all phases. * gnu/packages/python.scm (python-3.6)[arguments]: Return #t from the 'rebuild-bytecode' phase. --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6639e6c9e3..f3a75c30e1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -427,7 +427,8 @@ data types.") "-x" "(lib2to3|test/bad.*)" ,file))) (find-files out "\\.py$"))) - (list '() '("-O") '("-OO")))))))))) + (list '() '("-O") '("-OO"))) + #t))))))) (native-search-paths (list (search-path-specification (variable "PYTHONPATH") -- cgit v1.2.3