aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@garmin.com>2019-12-29 10:44:31 -0600
committerTim Orling <ticotimo@gmail.com>2020-01-19 17:53:57 -0800
commitebca2afbfe243887df212360c2a797cf0a4bc4b1 (patch)
treef64aa75d1600299dceca850f2ee56ee9f7f4609b /recipes-devtools
parentd4fb0865b9e30515fb44db698f58b7ecca9f04af (diff)
downloadmeta-python2-ebca2afbfe243887df212360c2a797cf0a4bc4b1.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. (From meta-openembedded commit: 50efd9b51befb593e68eacf7aa7cacf2e6af7d17) Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-beautifulsoup4_4.8.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb b/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
index f31ac8f..8648271 100644
--- a/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
+++ b/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
@@ -16,6 +16,7 @@ inherit pypi setuptools
RDEPENDS_${PN} = "\
${PYTHON_PN}-html5lib \
${PYTHON_PN}-lxml \
+ ${PYTHON_PN}-soupsieve \
"
BBCLASSEXTEND = "native nativesdk"