python: Add back 2to3

This commit is contained in:
Dylan Araps 2020-05-25 08:33:30 +03:00
parent a213ce2aaa
commit 94f8a65abb
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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*
}