From 94f8a65abb7b577761c69a1011d6137c5c1a3f13 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 25 May 2020 08:33:30 +0300 Subject: [PATCH] python: Add back 2to3 --- extra/python/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/build b/extra/python/build index a4589bc8..bc9053d1 100755 --- a/extra/python/build +++ b/extra/python/build @@ -39,8 +39,8 @@ chmod u+w "$1/usr/lib/libpython"* { cd "$1/usr/lib/python"* rm -rf test ./*/test ./*/tests - rm -rf lib2to3 pydoc* idlelib turtle* config-* ensurepip + rm -rf pydoc* idlelib turtle* config-* ensurepip cd "$1/usr/bin" - rm -f 2to3* pydoc* idle* + rm -f pydoc* idle* }