diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-06 19:35:21 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-06 23:11:29 -0400 |
| commit | 8b2eead623d9f6fb678a8cbeeeb5fe8a7fc2133a (patch) | |
| tree | 5d8d23cfe60279a17b0fe4af577fb952b250b169 | |
| parent | 5df003435b979db1d7b1fb67ea228792211d7d5a (diff) | |
| download | meta-cloud-services-8b2eead623d9f6fb678a8cbeeeb5fe8a7fc2133a.tar.gz | |
python-kombu: Add python3 version
Providing a python3 version of python-kombu.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
3 files changed, 17 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc new file mode 100644 index 0000000..7f66a4b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 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] = "3543525c1bfaa74260cbf9a6e47dad2f" | ||
| 8 | SRC_URI[sha256sum] = "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" | ||
| 9 | |||
| 10 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = " \ | ||
| 13 | python-amqp \ | ||
| 14 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb index 8cd6825..28b6258 100644 --- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.0.bb | |||
| @@ -1,16 +1,3 @@ | |||
| 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] = "3543525c1bfaa74260cbf9a6e47dad2f" | ||
| 8 | SRC_URI[sha256sum] = "27345bb569eb6bb583bca27dfc0ef181ca6c59c40c6e203cecaa0aeca84360be" | ||
| 9 | |||
| 10 | inherit setuptools pypi | 1 | inherit setuptools pypi |
| 2 | require python-kombu.inc | ||
| 11 | 3 | ||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | python-amqp \ | ||
| 16 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb new file mode 100644 index 0000000..fc752d9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.0.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 pypi | ||
| 2 | require python-kombu.inc | ||
