[PATCH v2 1/2] README.rst: Report py dependencies

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Feb 23 18:47:17 CET 2024


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

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
 
-- 
2.34.1



More information about the libcamera-devel mailing list