df6e7a6664
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] https://github.com/python/cpython/commit/fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1 [3] https://github.com/python/cpython/commit/17e1fe0f9ba87eb170493daa0a4de207425195fd Signed-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>