poky/meta/recipes-devtools/python/python3
Alejandro Enedino Hernandez Samaniego 51b7ecfef3 python3: Improve logging, syntax and update deprecated modules to create_manifest
The imp module has een deprecated by upstream python, drop its usage
  (imp.get_tag) in favor of sys.implementation.cache_tag.

Avoid incorrectly getting dependencies for running script and
multiprocessing module.

Improve logging behavior of the create_manifest task:
- Use indentation.
- Logs on temp directory.
- Use a proper debug flag.
- Standarize syntax.

(From OE-Core rev: a3ac339f5b8549a050308ba94c4ef9093f10e303)

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-18 11:37:26 +01:00
..
0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch python3: fixing bpo-36852 patch for builds on i686 architecture 2020-03-31 13:58:01 +01:00
0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
0001-Do-not-use-the-shell-version-of-python-config-that-w.patch
0001-Don-t-search-system-for-headers-libraries.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
0001-Lib-sysconfig.py-use-libdir-values-from-configuratio.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
0001-Makefile-do-not-compile-.pyc-in-parallel.patch
0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch
0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch meta: add/fix invalid Upstream-Status tags 2020-09-23 20:54:03 +01:00
0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch python3: Skip failing ptests due to load variability 2021-04-05 15:29:02 +01:00
0001-test_locale.py-correct-the-test-output-format.patch
0001-Use-FLAG_REF-always-for-interned-strings.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
12-distutils-prefix-is-inside-staging-area.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
0017-setup.py-do-not-report-missing-dependencies-for-disa.patch python3: fix PACKAGECONFIG handling 2021-03-23 22:51:25 +00:00
0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch
avoid_warning_about_tkinter.patch
cgi_py.patch
check_build_completeness.py
create_manifest3.py python3: Improve logging, syntax and update deprecated modules to create_manifest 2021-04-18 11:37:26 +01:00
crosspythonpath.patch
get_module_deps3.py python3: Improve logging, syntax and update deprecated modules to create_manifest 2021-04-18 11:37:26 +01:00
python-config.patch python: update 3.8.5 -> 3.9.0 2020-10-30 13:22:49 +00:00
python3-manifest.json python3: Update manifest 2020-11-11 10:08:12 +00:00
reformat_sysconfig.py
run-ptest