Message ID | 20250721200952.17315-1-jan.vermaete@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-python] python3-exhale: add python3-beautifulsoup4 as RDEPENDS | expand |
diff --git a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb b/meta-python/recipes/devtool/python3-exhale_0.3.7.bb index 6168c3d2b3..0e80df9cc1 100644 --- a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb +++ b/meta-python/recipes/devtool/python3-exhale_0.3.7.bb @@ -13,4 +13,8 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "exhale" +RDEPENDS:${PN} = "\ + python3-beautifulsoup4 \ + " + BBCLASSEXTEND =+ "native"
bs4 was missing when running Sphinx Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> --- meta-python/recipes/devtool/python3-exhale_0.3.7.bb | 4 ++++ 1 file changed, 4 insertions(+)