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:
Jan Vermaete 2025-07-21 22:09:52 +02:00 committed by Khem Raj
parent 35b4bb3e1c
commit 37d8870728
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -13,4 +13,8 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "exhale"
RDEPENDS:${PN} = "\
python3-beautifulsoup4 \
"
BBCLASSEXTEND =+ "native"