Backport python3-soupsieve to python2; this enables use in python-beautifulsoup4.
Signed-off-by: Peter Kolbus <[email protected]> --- meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb diff --git a/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb new file mode 100644 index 000000000..55a673ecc --- /dev/null +++ b/meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-soupsieve.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache" -- 2.24.1 Note- I recognize python2 support is ending. Nacking this patch and accepting the next may cause python-beautifulsoup4 breakage; will leave it to your discretion how to handle this. -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
