[oe] [meta-python][PATCH 3/4] python-soupsieve: add recipe

Peter Kolbus peter.kolbus at garmin.com
Fri Dec 27 17:23:39 UTC 2019


Backport python3-soupsieve to python2; this enables use in
python-beautifulsoup4.

Signed-off-by: Peter Kolbus <peter.kolbus at garmin.com>
---
 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.


More information about the Openembedded-devel mailing list