From c0c853560d27cd31e3f9e1c74463a935aeb25e85 Mon Sep 17 00:00:00 2001 From: Peter Kolbus Date: Sun, 29 Dec 2019 10:44:28 -0600 Subject: python(3)-beautifulsoup4: fix RDEPENDS The RDEPENDS for class-target also apply to class-native. Signed-off-by: Peter Kolbus Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-beautifulsoup4.inc') diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc index acf52dd7d1..a52c964876 100644 --- a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc +++ b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc @@ -8,8 +8,7 @@ SRC_URI[sha256sum] = "6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09 inherit pypi -RDEPENDS_${PN}_class-target = "\ - ${PYTHON_PN}-core \ +RDEPENDS_${PN} = "\ ${PYTHON_PN}-html5lib \ ${PYTHON_PN}-lxml \ " -- cgit v1.2.3-54-g00ecf