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/python-kombu.inc | |
| 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/python-kombu.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc deleted file mode 100644 index 8029707..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu.inc +++ /dev/null | |||
| @@ -1,16 +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=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "5f751ea817b1f6a4293d4e3a01040d4f" | ||
| 8 | SRC_URI[sha256sum] = "1760b54b1d15a547c9a26d3598a1c8cdaf2436386ac1f5561934bc8a3cbbbd86" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | ${PYTHON_PN}-amqp \ | ||
| 16 | " | ||
