aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@garmin.com>2019-12-29 10:44:28 -0600
committerTim Orling <ticotimo@gmail.com>2020-01-19 09:56:20 -0800
commit606762ed6e14ba844279a937882b56bcbde93d9f (patch)
tree2c781da2653dad4052765e1f7ed37a4394d9283a /recipes-devtools
parenta6f6163fa435fbb425e5f2871133f027d603e30f (diff)
downloadmeta-python2-606762ed6e14ba844279a937882b56bcbde93d9f.tar.gz
python(3)-beautifulsoup4: fix RDEPENDS
The RDEPENDS for class-target also apply to class-native. (From meta-openembedded commit: c0c853560d27cd31e3f9e1c74463a935aeb25e85) 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.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb b/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
index 4aae03b..f31ac8f 100644
--- a/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
+++ b/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
@@ -13,8 +13,7 @@ SRC_URI[sha256sum] = "6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09
inherit pypi setuptools
-RDEPENDS_${PN}_class-target = "\
- ${PYTHON_PN}-core \
+RDEPENDS_${PN} = "\
${PYTHON_PN}-html5lib \
${PYTHON_PN}-lxml \
"