diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 00:18:43 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 8871b7f65a54c36c14b7ce8ac266b6e9fab25d06 (patch) | |
| tree | 5daca368dcc4b3141d11755bf327f4068d1de264 /meta-openstack/recipes-devtools/python | |
| parent | b5fb88b0bdcea9c73b81f7f9014f7d3b4f18fd3f (diff) | |
| download | meta-cloud-services-8871b7f65a54c36c14b7ce8ac266b6e9fab25d06.tar.gz | |
python-kombu: uprev to 3.0.3
ceilometer requires a kombu version 3.0.x+ to work with python-msgpack, so
we uprev to the latest.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb (renamed from meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb index e2bad5b..d0bf7fd 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb +++ b/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb | |||
| @@ -2,15 +2,15 @@ DESCRIPTION = "A messaging framework for Python" | |||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | 2 | HOMEPAGE = "http://kombu.readthedocs.org" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=47f78a96b609f5bedd4b2114ba8f5da0" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34442d8097d82121c4a8c1ab10e7d471" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "kombu" | 8 | SRCNAME = "kombu" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "9648a24738bf639a0625967236ebc40a" | 12 | SRC_URI[md5sum] = "8f33b7e9c4b5757e151b455f51a3a4be" |
| 13 | SRC_URI[sha256sum] = "a876b9dd923e2d719afa7491e6d7a90829ebc9d836d8c4f71332984042693140" | 13 | SRC_URI[sha256sum] = "7da5e90cde3f8c9aea7210345ee15e66da4438bee56087cb0f00e8c7f03dd66a" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
