diff options
author | Peter Kolbus <peter.kolbus@garmin.com> | 2019-12-29 10:44:31 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-29 23:04:31 -0800 |
commit | 50efd9b51befb593e68eacf7aa7cacf2e6af7d17 (patch) | |
tree | 37ed6c918e0749276a8592b1fe65267d2f24db4b | |
parent | 1f155df469911b31911ff082593ea2381f5ff7c4 (diff) | |
download | meta-openembedded-50efd9b51befb593e68eacf7aa7cacf2e6af7d17.tar.gz |
python(3)-beautifulsoup4: add soupsieve to RDEPENDS
Since version 4.7.0, beautifulsoup4 uses soupsieve for CSS selectors.
Add to RDEPENDS to address this oversight.
Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc index a52c964876..8c9dbfc68f 100644 --- a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc +++ b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc | |||
@@ -11,6 +11,7 @@ inherit pypi | |||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS_${PN} = "\ |
12 | ${PYTHON_PN}-html5lib \ | 12 | ${PYTHON_PN}-html5lib \ |
13 | ${PYTHON_PN}-lxml \ | 13 | ${PYTHON_PN}-lxml \ |
14 | ${PYTHON_PN}-soupsieve \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |