[libcamera-devel] [PATCH] README.rst: Document dependencies for the Python bindings
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sun Dec 3 00:57:07 CET 2023
The Python bindings require the libpython3-dev and pybind11-dev
packages. Document it along the other dependencies in README.rst.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
README.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.rst b/README.rst
index a8b91a26983a..e2938af7731d 100644
--- a/README.rst
+++ b/README.rst
@@ -75,6 +75,9 @@ for documentation: [optional]
for gstreamer: [optional]
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
+for Python bindings: [optional]
+ libpython3-dev pybind11-dev
+
for cam: [optional]
libevent-dev is required to support cam, however the following
optional dependencies bring more functionality to the cam test
base-commit: 8e215127c195b61a7cc787103b129a3af8e5ad2c
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list