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 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb') 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 \ - " -- cgit v1.2.3-54-g00ecf