mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
35b4bb3e1c
commit
37d8870728
|
|
@ -13,4 +13,8 @@ inherit pypi python_setuptools_build_meta
|
|||
|
||||
PYPI_PACKAGE = "exhale"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-beautifulsoup4 \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND =+ "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user