summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2024-02-23 17:47:17 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-02-28 11:43:34 +0000
commit36753f5cbbcd7c9e00fa3657d918cbe298f48c9c (patch)
tree5645ab8665c8f70686bd58d3aaa8bf0d01f7ab80 /README.rst
parentbdd85fa01c6078950b93d4c9491694d077c3b60b (diff)
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 <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
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