Skip to content

Commit 9722d25

Browse files
authored
Add python3-dev build_depend to lttngpy. (#146)
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 <[email protected]>
1 parent 60170d7 commit 9722d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lttngpy/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<depend>liblttng-ctl-dev</depend>
1818

1919
<build_depend>pybind11_vendor</build_depend>
20+
<build_depend>python3-dev</build_depend>
2021

2122
<exec_depend>rpyutils</exec_depend>
2223

0 commit comments

Comments
 (0)