From 1aa80ad25a8359d42f15be4f469e1b145fdbf006 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 14 Jul 2020 21:03:20 +0800 Subject: python3-oslo.config: Change python to python3 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-oslo.config_git.bb | 37 ---------------------- .../python/python3-oslo.config_8.2.0.bb | 26 +++++++++++++++ 2 files changed, 26 insertions(+), 37 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.config_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb deleted file mode 100644 index 6a0498c..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files." -HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/4.11.1" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" - -PV = "4.11.1+git${SRCPV}" -SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb" - -SRCNAME = "oslo.config" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" - -S = "${WORKDIR}/git" - -inherit setuptools3 rmargparse - -DEPENDS += " \ - python-pbr \ - python-pip \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-netaddr \ - python-six \ - python-stevedore \ - python-debtcollector \ - python-oslo.i18n \ - python-rfc3986 \ - python-pyyaml \ - " - diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb new file mode 100644 index 0000000..6898a1f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files." +HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" + +SRC_URI[sha256sum] = "116ff3a7b98b0309b083af7906d99f8c6bea67df5ee03a85e2ac02700dd75d30" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pbr \ + python3-pbr-native \ + python3-pip \ + " + +RDEPENDS_${PN} += " \ + python3-requests \ + python3-netaddr \ + python3-stevedore \ + python3-debtcollector \ + python3-oslo.i18n \ + python3-rfc3986 \ + python3-pyyaml \ + " + -- cgit v1.2.3-54-g00ecf