From c3bb065665773a217c7e32255df5731c4748ef99 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 21 Nov 2024 19:05:37 +0000 Subject: [PATCH] Add python3-dev build_depend to lttngpy. This is needed because the CMakeLists.txt file for this package does: find_package(Python3 REQUIRED COMPONENTS Interpreter Development) Otherwise, it may fail to build on certain platforms on the buildfarm (like RHEL-9). Signed-off-by: Chris Lalancette --- lttngpy/package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lttngpy/package.xml b/lttngpy/package.xml index 0a50f43..78b5be5 100644 --- a/lttngpy/package.xml +++ b/lttngpy/package.xml @@ -17,6 +17,7 @@ liblttng-ctl-dev pybind11_vendor + python3-dev rpyutils