From: Litao Gao Date: Wed, 20 May 2020 14:59:06 +0000 (+0000) Subject: python-eventlet: downversion to 0.18.4 to align with stx X-Git-Tag: bronze-rc3~16 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1756c781843f5b2bfba86d71ca0d875ff8c89196;p=pti%2Frtp.git python-eventlet: downversion to 0.18.4 to align with stx Issue-ID: INF-123 Signed-off-by: Litao Gao Change-Id: Iba758cb205e52e8242bb36f63f475b25ad5b6175 --- diff --git a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg index d698a15..ceb743d 100644 --- a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg +++ b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg @@ -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 diff --git a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg index 5459598..cdcbfdc 100644 --- a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg +++ b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg @@ -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 diff --git a/meta-stx/conf/distro/include/stx-preferred-vers.inc b/meta-stx/conf/distro/include/stx-preferred-vers.inc index d48c279..92d6b0b 100644 --- a/meta-stx/conf/distro/include/stx-preferred-vers.inc +++ b/meta-stx/conf/distro/include/stx-preferred-vers.inc @@ -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 index 0000000..db3ded1 --- /dev/null +++ b/meta-stx/recipes-devtools/python/python-eventlet_0.18.4.bb @@ -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 \ + "