diff options
Diffstat (limited to 'meta-python/recipes/devtool/python3-exhale_0.3.7.bb')
-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" |