From 36753f5cbbcd7c9e00fa3657d918cbe298f48c9c Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 23 Feb 2024 17:47:17 +0000 Subject: README.rst: Report py dependencies The Python bindings were supported by a subproject when they were first contributed to be able to directly make use of the smart pointers branch. This requirement has now been removed to prefer using released versions of pybind11 directly, however the README.rst was not updated to reference and reflect this. Update the README.rst to report the pybind11 package which needs to be installed to make use of the optional Python bindings component. Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index cb73c1a0..1da7a3d6 100644 --- a/README.rst +++ b/README.rst @@ -96,6 +96,9 @@ for tracing with lttng: [optional] for android: [optional] libexif-dev libjpeg-dev +for Python bindings: [optional] + pybind11-dev + for lc-compliance: [optional] libevent-dev libgtest-dev -- cgit v1.2.1