[libcamera-devel] [PATCH v3 38/38] README: Add dependency on python3-ply for IPA interface generation
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Sun Oct 4 10:58:23 CEST 2020
Hi Paul,
Thank you for the patch.
On Fri, Oct 02, 2020 at 11:31:54PM +0900, Paul Elder wrote:
> Specify in the readme that we depend on python3-ply for generating the
> IPA interface.
>
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
>
> ---
> New in v3
> ---
> README.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/README.rst b/README.rst
> index 74babaf7..a4279a4b 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -60,6 +60,9 @@ Meson Build system: [required]
> for the libcamera core: [required]
> python3-yaml
>
> +for generating IPA interfaces: [required]
> + python3-ply
> +
Do we need a separate section, can't we add that in the previous section
with python3-yaml ?
We should also add ply to py_modules, in utils/ipc/meson.build. See
utils/meson.build for an example. I would do so in this patch, and move
it right after the one that adds the mojo parser (I'd normally ask for
py_modules to be updated in the patch that creates the dependency, but
it's best to import mojo as-is).
With this addressed,
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> for IPA module signing: [required]
> libgnutls28-dev openssl
>
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list