aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@garmin.com>2019-12-29 10:44:30 -0600
committerKhem Raj <raj.khem@gmail.com>2019-12-29 23:04:31 -0800
commit1f155df469911b31911ff082593ea2381f5ff7c4 (patch)
tree32c35dfb44fdcb1899cb81ab571db59d0f5817be
parent09fb00e51bf818fbf7278e4f7024fca637d77fea (diff)
downloadmeta-openembedded-contrib-1f155df469911b31911ff082593ea2381f5ff7c4.tar.gz
python-soupsieve: add recipe
Backport python3-soupsieve to python2; this enables use in python-beautifulsoup4. Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-soupsieve_1.9.4.bb4
1 files changed, 4 insertions, 0 deletions
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 0000000000..55a673ecc5
--- /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"