mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Python2: install lib2to3
This commit is contained in:
parent
5c83a514f6
commit
065799ec68
@ -102,7 +102,7 @@ makeinstall_target() {
|
||||
post_makeinstall_target() {
|
||||
rm -fr $PKG_BUILD/.$TARGET_NAME/build/temp.*
|
||||
|
||||
for dir in bsddb idlelib lib-tk lib2to3 msilib pydoc_data test unittest; do
|
||||
for dir in bsddb idlelib lib-tk lib2to3/tests msilib pydoc_data test unittest; do
|
||||
rm -rf $INSTALL/usr/lib/python*/$dir
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user