On 03.07.2022 18:37, Jon Turney wrote:
On 03/07/2022 16:58, Marco Atzeri wrote:
Hi Jon,
can you look on the build failure for hexchat ?
but I see:
Run-time dependency python3 found: NO (tried pkgconfig and sysconfig)
plugins/python/meson.build:3:2: ERROR: Dependency "python3" not found,
tried pkgconfig and sysconfig
I think with pkgconfig, this is looking for 'python3.pc', not 'python3'.
That is provided by python3-devel (as a link to python39.pc), which
isn't installed here?
adding python3-devel solved the issue.
Thanks
Marco