summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@garmin.com>2019-12-29 10:44:31 -0600
committerKhem Raj <raj.khem@gmail.com>2019-12-29 23:04:31 -0800
commit50efd9b51befb593e68eacf7aa7cacf2e6af7d17 (patch)
tree37ed6c918e0749276a8592b1fe65267d2f24db4b /meta-python/recipes-devtools/python/python-beautifulsoup4.inc
parent1f155df469911b31911ff082593ea2381f5ff7c4 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-beautifulsoup4.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-beautifulsoup4.inc1
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
11RDEPENDS_${PN} = "\ 11RDEPENDS_${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
16BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"