diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-07-21 22:09:52 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-21 15:12:06 -0700 |
commit | 37d8870728e8c3634221e4c150bbee1f3be9b8b9 (patch) | |
tree | 49e190c0cd40cc0800a6d97c328fc02ead7614b3 /meta-python | |
parent | 35b4bb3e1c0269fb6aeb64ba14fb5abc4ab6b35a (diff) | |
download | meta-openembedded-37d8870728e8c3634221e4c150bbee1f3be9b8b9.tar.gz |
python3-exhale: add python3-beautifulsoup4 as RDEPENDS
bs4 was missing when running Sphinx
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes/devtool/python3-exhale_0.3.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
13 | 13 | ||
14 | PYPI_PACKAGE = "exhale" | 14 | PYPI_PACKAGE = "exhale" |
15 | 15 | ||
16 | RDEPENDS:${PN} = "\ | ||
17 | python3-beautifulsoup4 \ | ||
18 | " | ||
19 | |||
16 | BBCLASSEXTEND =+ "native" | 20 | BBCLASSEXTEND =+ "native" |