python-eventlet: downversion to 0.18.4 to align with stx

Signed-off-by: Litao Gao <litao.gao@windriver.com>
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Litao Gao
2020-05-20 14:59:06 +00:00
committed by Babak Sarashki
parent 24e4d8636c
commit 13f41ec084
4 changed files with 19 additions and 2 deletions

View File

@@ -5107,7 +5107,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

View File

@@ -5100,7 +5100,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

View File

@@ -46,3 +46,4 @@ PREFERRED_VERSION_ruby-native = "2.0.0-p648"
PREFERRED_VERSION_puppet = "4.8.2"
PREFERRED_VERSION_dnsmasq = "2.76"
PREFERRED_VERSION_ceph = "13.2.2"
PREFERRED_VERSION_python-eventlet = "0.18.4"

View File

@@ -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 \
"