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"