diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-22 10:27:17 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-27 22:44:47 -0400 |
| commit | b1b143761946a9079f0dcce6368e9018f3caf059 (patch) | |
| tree | 74f5a598617aa69107adcefe5f02e20cff2d12c0 /meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb | |
| parent | fc614f369481608b3501f91ca80f78e542485a7b (diff) | |
| download | meta-cloud-services-b1b143761946a9079f0dcce6368e9018f3caf059.tar.gz | |
python3-kombu: upgrade 4.6.6 -> 5.0.2
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb new file mode 100644 index 0000000..dfcde9d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | SRC_URI[md5sum] = "52192e631ac39a443fb1abeb52299f22" | ||
| 8 | SRC_URI[sha256sum] = "f4965fba0a4718d47d470beeb5d6446e3357a62402b16c510b6a2f251e05ac3c" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | ${PYTHON_PN}-amqp \ | ||
| 16 | " | ||
