samba - update to version 4.21.2
[oi-userland.git] / components / library / glib / patches / 17-python.patch
bloba15d64f1073c5cfcdeede0deb166b63b4db247a5
1 --- glib-2.82.0/meson.build.orig
2 +++ glib-2.82.0/meson.build
3 @@ -2457,7 +2457,7 @@
5 glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline)
7 -python = import('python').find_installation()
8 +python = import('python').find_installation('python3.9')
10 python_version = python.language_version()
11 python_version_req = '>=3.7'