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_3.0.26.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_3.0.26.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb | 20 |
1 files changed, 0 insertions, 20 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 deleted file mode 100644 index d3cc17d..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_3.0.26.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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" | ||
