--- plug-ins/python/meson.build.orig 2026-04-19 00:22:15 +++ plug-ins/python/meson.build 2026-04-19 00:27:24 @@ -1,4 +1,6 @@ -py3_dep = dependency('python3-embed', version: '>= 3.8') +python = import('python') +py3 = python.find_installation('python3', required: true) +py3_dep = py3.dependency(embed: true) sources = files( 'pydia-color.c',