diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-07 08:26:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 5ab439f38ac1ed6a6a5b59378b833702e587be5a (patch) | |
| tree | 58e82dce1ad616ff570c7ad4cbb2cfe4da9cc76c /meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb | |
| parent | 4192eeeee2b846aa12fe744926679f75982bc787 (diff) | |
| download | meta-cloud-services-5ab439f38ac1ed6a6a5b59378b833702e587be5a.tar.gz | |
python-eventlet: uprev to meet havana version requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb deleted file mode 100644 index e1f5072..0000000 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "Highly concurrent networking library" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "eventlet" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "3718973195adb36bbf6626be370e7f47" | ||
| 13 | SRC_URI[sha256sum] = "aaf97960b7e00f36844549399a22746c7ef27d76fffcd4056fb36bd242dd1e47" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
