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 | |
| 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb | 2 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb (renamed from meta-openstack/recipes-devtools/python/python-kombu.inc) | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb deleted file mode 100644 index 11b0826..0000000 --- a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.6.bb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-kombu.inc | ||
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb index 8029707..dfcde9d 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu.inc +++ b/meta-openstack/recipes-devtools/python/python3-kombu_5.0.2.bb | |||
| @@ -4,10 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "5f751ea817b1f6a4293d4e3a01040d4f" | 7 | SRC_URI[md5sum] = "52192e631ac39a443fb1abeb52299f22" |
| 8 | SRC_URI[sha256sum] = "1760b54b1d15a547c9a26d3598a1c8cdaf2436386ac1f5561934bc8a3cbbbd86" | 8 | SRC_URI[sha256sum] = "f4965fba0a4718d47d470beeb5d6446e3357a62402b16c510b6a2f251e05ac3c" |
| 9 | 9 | ||
| 10 | inherit pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" |
| 13 | 13 | ||
