diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-20 11:34:36 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 08:59:23 -0500 |
| commit | 89fe6d09829b9b4a1f45c09621d17caaad398a69 (patch) | |
| tree | d693b58248c38a3ab94fd32717fd7b20df5d9116 /meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb | |
| parent | afdf3a2847166d74736f18f5926bf92389ab9995 (diff) | |
| download | meta-cloud-services-89fe6d09829b9b4a1f45c09621d17caaad398a69.tar.gz | |
python-kombu: 3.0.26 -> 4.0.2
1) Upgrade python-kombu from 3.0.26 to 4.0.2.
2) License checksum changed,since the copyright years were updated.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb new file mode 100644 index 0000000..66fe763 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.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=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/c7/76/58c655a80bf08b703478ce673ed4e3029297105951863b73030d45b06b42/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1f24f3a8addf8f3eb0f463aad970f0fb" | ||
| 12 | SRC_URI[sha256sum] = "d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2" | ||
| 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" | ||
