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>
This commit is contained in:
parent
bdd85fa01c
commit
36753f5cbb
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ for tracing with lttng: [optional]
|
||||||
for android: [optional]
|
for android: [optional]
|
||||||
libexif-dev libjpeg-dev
|
libexif-dev libjpeg-dev
|
||||||
|
|
||||||
|
for Python bindings: [optional]
|
||||||
|
pybind11-dev
|
||||||
|
|
||||||
for lc-compliance: [optional]
|
for lc-compliance: [optional]
|
||||||
libevent-dev libgtest-dev
|
libevent-dev libgtest-dev
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue