[oe-commits] [meta-openembedded] 34/34: python(3)-beautifulsoup4: add soupsieve to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Dec 29 18:32:59 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 6f1052fc263bb45ac01600ff9a951a3ce61ec742
Author: Peter Kolbus <peter.kolbus at garmin.com>
AuthorDate: Sun Dec 29 10:44:31 2019 -0600

    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 at garmin.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-beautifulsoup4.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-beautifulsoup4.inc b/meta-python/recipes-devtools/python/python-beautifulsoup4.inc
index a52c964..8c9dbfc 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
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-html5lib \
     ${PYTHON_PN}-lxml \
+    ${PYTHON_PN}-soupsieve \
 "
 
 BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list