[v2,1/2] README.rst: Report py dependencies
diff mbox series

Message ID 20240223174718.198950-2-kieran.bingham@ideasonboard.com
State Accepted
Commit 36753f5cbbcd7c9e00fa3657d918cbe298f48c9c
Headers show
Series
  • pycamera: Fix enablement
Related show

Commit Message

Kieran Bingham Feb. 23, 2024, 5:47 p.m. UTC
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.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 README.rst | 3 +++
 1 file changed, 3 insertions(+)

Patch
diff mbox series

diff --git a/README.rst b/README.rst
index cb73c1a0218d..1da7a3d65496 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