summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-08-26 13:45:50 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-30 00:16:17 -0400
commit73ad7f1e75da46537e30baa7154ff7fc0a1f569e (patch)
treea264fa1234762ad655eaf7ec5038c49c2fa8e998
parentad31672950a1094e891fb7fa3fc8e8b1e9979dc7 (diff)
downloadmeta-cloud-services-73ad7f1e75da46537e30baa7154ff7fc0a1f569e.tar.gz
python-kombu: Python3 version fix
Specifies the major Python version being built using PYTHON_PN Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-kombu.inc4
-rw-r--r--meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb2
3 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu.inc b/meta-openstack/recipes-devtools/python/python-kombu.inc
index 3053f71..9918281 100644
--- a/meta-openstack/recipes-devtools/python/python-kombu.inc
+++ b/meta-openstack/recipes-devtools/python/python-kombu.inc
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4"
7SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156" 7SRC_URI[md5sum] = "4eb5f1e6f669e04f5bd0c627c7467156"
8SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b" 8SRC_URI[sha256sum] = "e5f0312dfb9011bebbf528ccaf118a6c2b5c3b8244451f08381fb23e7715809b"
9 9
10inherit pypi
11
10FILES_${PN}-doc += "${datadir}/${SRCNAME}" 12FILES_${PN}-doc += "${datadir}/${SRCNAME}"
11 13
12RDEPENDS_${PN} = " \ 14RDEPENDS_${PN} = " \
13 python-amqp \ 15 ${PYTHON_PN}-amqp \
14 " 16 "
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
index 28b6258..8c5c4d6 100644
--- a/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-kombu_4.6.4.bb
@@ -1,3 +1,3 @@
1inherit setuptools pypi 1inherit setuptools
2require python-kombu.inc 2require python-kombu.inc
3 3
diff --git a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
index fc752d9..11b0826 100644
--- a/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-kombu_4.6.4.bb
@@ -1,2 +1,2 @@
1inherit setuptools3 pypi 1inherit setuptools3
2require python-kombu.inc 2require python-kombu.inc