aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-11-17 13:35:24 +0200
committerKhem Raj <raj.khem@gmail.com>2021-11-19 08:30:36 -0800
commitb9387c9d70e628edff60b67473e1c23edd1b1012 (patch)
tree1e9244f76c0f49a9a0f00330a1240af32d946879 /meta-python
parent8ff9bc40ef8bb7241697af1119e1542b23004e91 (diff)
downloadmeta-openembedded-b9387c9d70e628edff60b67473e1c23edd1b1012.tar.gz
python3-eventlet: Upgrade 0.32.0 -> 0.33.0
Upgrade to release 0.33.0: - green.thread: unlocked Lock().release() should raise exception, returned True - wsgi: Don't break HTTP framing during 100-continue handling - greendns: Create a DNS resolver lazily rather than on import - ssl: GreenSSLContext minimum_version and maximum_version setters Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb (renamed from meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb
index 3848150e46..6a4449cf55 100644
--- a/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb
@@ -4,8 +4,13 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
-SRC_URI[sha256sum] = "2f0bb8ed0dc0ab21d683975d5d8ab3c054d588ce61def9faf7a465ee363e839b"
+SRC_URI[sha256sum] = "80144f489c1bb273a51b6f96ff9785a382d2866b9bab1f5bd748385019f4141f"
inherit pypi setuptools3
-RDEPENDS:${PN} += "${PYTHON_PN}-dnspython"
+RDEPENDS:${PN} += " \
+ ${PYTHON_PN}-dnspython \
+ ${PYTHON_PN}-six \
+ ${PYTHON_PN}-distutils \
+ ${PYTHON_PN}-greenlet \
+"