Merge pull request #4146 from MilhouseVH/le10_fix_missing_lib2to3

Python3: install lib2to3
This commit is contained in:
Christian Hewitt 2020-01-31 10:46:39 +03:00 committed by GitHub
commit e01e8240a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_prog_HAS_HG=/bin/false
--enable-curses
--disable-pydoc
--disable-test-modules
--disable-lib2to3
--enable-lib2to3
--disable-idle3
--without-cxx-main
--with-expat=system
@ -120,7 +120,7 @@ post_makeinstall_target() {
PKG_INSTALL_PATH_LIB=$INSTALL/usr/lib/$PKG_PYTHON_VERSION
for dir in config compiler sysconfigdata lib-dynload/sysconfigdata lib2to3 test; do
for dir in config compiler sysconfigdata lib-dynload/sysconfigdata lib2to3/tests test; do
rm -rf $PKG_INSTALL_PATH_LIB/$dir
done