From d3d2bd09918f75cd22288795c169a54c4ee8cfaf Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 7 Nov 2017 15:38:37 -0500 Subject: python-eventlet: add v0.20.0 Version 0.21.0 is not compatible with python-oslo.service per its requirements.txt: python-eventlet !=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 So add the v0.20.0 and set it as the PREF'd version. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-eventlet_0.20.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb new file mode 100644 index 0000000..9d3c0da --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb @@ -0,0 +1,15 @@ +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] = "057276232bf65f1db6aabf819e7ece6a" +SRC_URI[sha256sum] = "2e17cda85f2003796f13de0e6c59a5253c0afd1f45dfc97bb9b6bfb8962f7895" + +inherit setuptools pypi + +RDEPENDS_${PN} += " \ + python-enum34 \ + python-greenlet \ + " -- cgit v1.2.3-54-g00ecf