Message ID | 20240822181830.65052-7-bernd@kuhls.net |
---|---|
State | New |
Headers | show |
Series | [PATCH/next,1/7] package/kodi-inputstream-adaptive: bump version to 21.5.2-Omega | expand |
On Thu, 22 Aug 2024 20:18:30 +0200 Bernd Kuhls <bernd@kuhls.net> wrote: > Needed for external addons with python >= 3.12, for example: > https://github.com/emilsvennesson/script.module.inputstreamhelper/issues/550 > > Signed-off-by: Bernd Kuhls <bernd@kuhls.net> This looks like a fix, isn't it? Why isn't this targeted at the master branch? The master branch already has Python 3.12, so this should be applicable to master, not next, right? Thanks! Thomas
Am Fri, 23 Aug 2024 19:07:07 +0200 schrieb Thomas Petazzoni via buildroot: > On Thu, 22 Aug 2024 20:18:30 +0200 Bernd Kuhls > <bernd@kuhls.net> wrote: > >> Needed for external addons with python >= 3.12, for example: >> https://github.com/emilsvennesson/script.module.inputstreamhelper/ issues/550 >> >> Signed-off-by: Bernd Kuhls >> <bernd@kuhls.net> > > This looks like a fix, isn't it? Why isn't this targeted at the master > branch? The master branch already has Python 3.12, so this should be > applicable to master, not next, right? Hi Thomas, yes, it fixes a bug but this bug does not occur with any package provided by buildroot. Being in doubt about the policy for patches being added to the master branch during rc-phase I sent it for -next. Feel free to apply it to the master branch. Regards, Bernd
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 25c5758b85..ca93075c1d 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -94,6 +94,7 @@ menuconfig BR2_PACKAGE_KODI select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_PCRE select BR2_PACKAGE_PCRE_UCP + select BR2_PACKAGE_PYTHON_PACKAGING select BR2_PACKAGE_PYTHON3_2TO3 select BR2_PACKAGE_PYTHON3_PYEXPAT select BR2_PACKAGE_PYTHON3_SQLITE
Needed for external addons with python >= 3.12, for example: https://github.com/emilsvennesson/script.module.inputstreamhelper/issues/550 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> --- package/kodi/Config.in | 1 + 1 file changed, 1 insertion(+)