mirror of
https://github.com/openwrt/video.git
synced 2026-04-12 14:04:03 +04:00
Mesa 25.2.4 configuration fails on Python 3.14+ because 'distutils' has been removed. Adding 'packaging' ensures the version check for Mako succeeds without falling back to the missing distutils. Relates to https://github.com/openwrt/video/issues/61 Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>