diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:55 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 01f1f8297d0424e5c74504daaba1d096c5155d86 (patch) | |
| tree | 12d0ed6fdabf201977d4145e2aad6f4d827af322 /meta-openstack/recipes-devtools/python/python-tooz_0.4.bb | |
| parent | fd5dc271c5a66bbed123711c3b3cafb5cef35c40 (diff) | |
| download | meta-cloud-services-01f1f8297d0424e5c74504daaba1d096c5155d86.tar.gz | |
python-tooz: upgrade to 0.15.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tooz_0.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tooz_0.4.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_0.4.bb b/meta-openstack/recipes-devtools/python/python-tooz_0.4.bb deleted file mode 100644 index 1237f47..0000000 --- a/meta-openstack/recipes-devtools/python/python-tooz_0.4.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | DESCRIPTION = "Coordination library for distributed systems." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/tooz" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "tooz" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "26c2ff05188be7a4ba9d13ef54a6280c" | ||
| 13 | SRC_URI[sha256sum] = "4db6b9058f2886af067bb81b8f757de095fc7a0bb24beef82c769478229ee595" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python-kazoo \ | ||
| 28 | python-zake \ | ||
| 29 | python-sysv-ipc \ | ||
| 30 | python-memcache \ | ||
| 31 | " | ||
