From 37d8870728e8c3634221e4c150bbee1f3be9b8b9 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 21 Jul 2025 22:09:52 +0200 Subject: [PATCH] python3-exhale: add python3-beautifulsoup4 as RDEPENDS bs4 was missing when running Sphinx Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes/devtool/python3-exhale_0.3.7.bb | 4 ++++ 1 file changed, 4 insertions(+) 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"