python-eventlet: downversion to 0.18.4 to align with stx 80/3780/1
authorLitao Gao <litao.gao@windriver.com>
Wed, 20 May 2020 14:59:06 +0000 (14:59 +0000)
committerLitao Gao <litao.gao@windriver.com>
Thu, 21 May 2020 06:47:06 +0000 (02:47 -0400)
Issue-ID: INF-123
Signed-off-by: Litao Gao <litao.gao@windriver.com>
Change-Id: Iba758cb205e52e8242bb36f63f475b25ad5b6175

meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg
meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg
meta-stx/conf/distro/include/stx-preferred-vers.inc
meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb [new file with mode: 0644]

index d698a15..ceb743d 100644 (file)
@@ -5111,7 +5111,7 @@ python-email-2.7.17-r0.corei7_64
 python-enum-0.4.4-r0.corei7_64
 python-enum34-1.1.6-r0.corei7_64
 python-enum-compat-0.0.2-r0.corei7_64
-python-eventlet-0.20.0-r0.corei7_64
+python-eventlet-0.18.4-r0.corei7_64
 python-extras-1.0.0-r0.corei7_64
 python-falcon-0.2-r0.corei7_64
 python-fasteners-0.13.0+git0+c055890c98-r0.corei7_64
index 5459598..cdcbfdc 100644 (file)
@@ -5104,7 +5104,7 @@ python-email-2.7.17-r0.corei7_64
 python-enum-0.4.4-r0.corei7_64
 python-enum34-1.1.6-r0.corei7_64
 python-enum-compat-0.0.2-r0.corei7_64
-python-eventlet-0.20.0-r0.corei7_64
+python-eventlet-0.18.4-r0.corei7_64
 python-extras-1.0.0-r0.corei7_64
 python-falcon-0.2-r0.corei7_64
 python-fasteners-0.13.0+git0+c055890c98-r0.corei7_64
index d48c279..92d6b0b 100644 (file)
@@ -60,3 +60,4 @@ PREFERRED_VERSION_kuberenetes = "1.16.%"
 PREFERRED_VERSION_ruby = "2.0.0-p648"
 PREFERRED_VERSION_ruby-native = "2.0.0-p648"
 PREFERRED_VERSION_puppet = "4.8.2"
+PREFERRED_VERSION_python-eventlet = "0.18.4"
diff --git a/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb
new file mode 100644 (file)
index 0000000..db3ded1
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Highly concurrent networking library"
+HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
+
+SRC_URI[md5sum] = "8d1c646d8cc10a4958c92fe8a30f3676"
+SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685"
+
+inherit setuptools pypi
+
+RDEPENDS_${PN} += " \
+    python-enum34 \
+    python-enum-compat \
+    python-greenlet \
+    "