From 4fab3ee14231aac8d03b1da861c11dd53b645397 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 29 Sep 2020 22:59:09 +0800 Subject: python3-oslo.reports: Change to python3 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-oslo.reports_git.bb | 36 ---------------------- .../python/python3-oslo.reports_git.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb deleted file mode 100644 index 7a6cdd7..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "oslo.reports library" -HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -PV = "1.22.0+git${SRCPV}" -SRCREV = "a837f40bb0c31958d3ce99e2f9a6eb2fe651f4e6" - -SRCNAME = "oslo.reports" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-pbr \ - python-six \ - python-jinja2 \ - python-psutil \ - python-oslo.i18n \ - python-oslo.utils \ - python-oslo.serialization \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb new file mode 100644 index 0000000..a3377e6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "oslo.reports library" +HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +PV = "2.2.0+git${SRCPV}" +SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" + +SRCNAME = "oslo.reports" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-six \ + python3-jinja2 \ + python3-psutil \ + python3-oslo.i18n \ + python3-oslo.utils \ + python3-oslo.serialization \ + " -- cgit v1.2.3-54-g00ecf