diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:25 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 387c4ff5431b2f6f7a8c20450c5fc0e575ddcee1 (patch) | |
| tree | aa263f7e5285019db821b431b5fc04cbc3f8d5b9 /meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | |
| parent | ff334f8d56618ff9d6610f9d604c3f1f0b650567 (diff) | |
| download | meta-cloud-services-387c4ff5431b2f6f7a8c20450c5fc0e575ddcee1.tar.gz | |
python-kombu: upgrade to 3.0.26
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-kombu_3.0.26.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb new file mode 100644 index 0000000..d3cc17d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a25a2e176842f3a9934f9d7ee8e0edae" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "dda05763cd4b72a131fe1ef9ba93d542" | ||
| 12 | SRC_URI[sha256sum] = "1f565abd44c4b7dfaa4dd543d52f982d2f006aba0a2b3830542b4d25a801fe09" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = "python-anyjson python-amqplib" | ||
