mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
python: Add back 2to3
This commit is contained in:
parent
a213ce2aaa
commit
94f8a65abb
@ -39,8 +39,8 @@ chmod u+w "$1/usr/lib/libpython"*
|
|||||||
{
|
{
|
||||||
cd "$1/usr/lib/python"*
|
cd "$1/usr/lib/python"*
|
||||||
rm -rf test ./*/test ./*/tests
|
rm -rf test ./*/test ./*/tests
|
||||||
rm -rf lib2to3 pydoc* idlelib turtle* config-* ensurepip
|
rm -rf pydoc* idlelib turtle* config-* ensurepip
|
||||||
|
|
||||||
cd "$1/usr/bin"
|
cd "$1/usr/bin"
|
||||||
rm -f 2to3* pydoc* idle*
|
rm -f pydoc* idle*
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user