mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
These modules were dropped in Python 3.13 as per PEP 594. The current version in Buildroot is 3.14.3. - Remove the TODO and related config overrides in python3.mk. - Remove BR2_PACKAGE_PYTHON3_OSSAUDIODEV from Config.in. - Add BR2_PACKAGE_PYTHON3_OSSAUDIODEV to Config.in.legacy. See [1] [2] [3]. [1] https://peps.python.org/pep-0594/ [2]fc07fe4e37[3]17e1fe0f9bSigned-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> [Julien: - add links in commit log - move legacy option in 2026.05 section ] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitdf6e7a6664) Signed-off-by: Thomas Perale <thomas.perale@mind.be>