[oe-commits] [meta-openembedded] 31/34: python(3)-beautifulsoup4: fix RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Dec 29 18:32:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit fe612b112a99c416d9a96fade564750aa912990d
Author: Peter Kolbus <peter.kolbus at garmin.com>
AuthorDate: Sun Dec 29 10:44:28 2019 -0600

    python(3)-beautifulsoup4: fix RDEPENDS
    
    The RDEPENDS for class-target also apply to class-native.
    
    Signed-off-by: Peter Kolbus <peter.kolbus at garmin.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
index acf52dd..a52c964 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list