summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-20 15:28:49 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-20 15:28:49 -0400
commit6c1c9bde9b96db08e78fecb7aeef6fb5e0fda80a (patch)
tree4d9326761c3c763354256b994a6f44ecd9a9b743 /meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb
parentf51eb7faeaf3f91aaa3e459cf9b6021a01ec7bc3 (diff)
downloadmeta-cloud-services-6c1c9bde9b96db08e78fecb7aeef6fb5e0fda80a.tar.gz
eventlet: uprev to 0.15.1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb
deleted file mode 100644
index 2c5d4c5..0000000
--- a/meta-openstack/recipes-devtools/python/python-eventlet_0.15.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "Highly concurrent networking library"
2HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
6
7PR = "r0"
8SRCNAME = "eventlet"
9
10SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "d40439ab93bd1d22757819a6a1a1737b"
13SRC_URI[sha256sum] = "fdd5075ba72688ecb845ddde2b374e8c2c617d02ddd95d68e7505c8aa782637f"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools