summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-29 22:59:09 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-01 23:10:36 -0400
commit4fab3ee14231aac8d03b1da861c11dd53b645397 (patch)
tree9480f4c0ffee2824620300c60e0e55460894ce36
parente4be485c6103713cb9b90f8dee4041732d3d07d1 (diff)
downloadmeta-cloud-services-4fab3ee14231aac8d03b1da861c11dd53b645397.tar.gz
python3-oslo.reports: Change to python3
Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb)26
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb
index 7a6cdd7..a3377e6 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb
@@ -4,33 +4,33 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "1.22.0+git${SRCPV}" 7PV = "2.2.0+git${SRCPV}"
8SRCREV = "a837f40bb0c31958d3ce99e2f9a6eb2fe651f4e6" 8SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020"
9 9
10SRCNAME = "oslo.reports" 10SRCNAME = "oslo.reports"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit setuptools3 15inherit setuptools3
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pip \ 18 python3-pip \
19 python-pbr \ 19 python3-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires' 22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \ 23DEPENDS += " \
24 python-pbr-native \ 24 python3-pbr-native \
25 " 25 "
26 26
27# RDEPENDS_default: 27# RDEPENDS_default:
28RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
29 python-pbr \ 29 python3-pbr \
30 python-six \ 30 python3-six \
31 python-jinja2 \ 31 python3-jinja2 \
32 python-psutil \ 32 python3-psutil \
33 python-oslo.i18n \ 33 python3-oslo.i18n \
34 python-oslo.utils \ 34 python3-oslo.utils \
35 python-oslo.serialization \ 35 python3-oslo.serialization \
36 " 36 "