From 287d65e67684a9a409d776c296952f3a08f09b79 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 23 Nov 2020 22:43:03 +0800 Subject: python3-pypowervm: upgrade 1.1.10 -> 1.1.24 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-pypowervm_1.1.10.bb | 33 ---------------------- .../python/python3-pypowervm_1.1.24.bb | 32 +++++++++++++++++++++ 2 files changed, 32 insertions(+), 33 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-pypowervm_1.1.24.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb b/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb deleted file mode 100644 index 062d351..0000000 --- a/meta-openstack/recipes-devtools/python/python-pypowervm_1.1.10.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Python binding for the PowerVM REST API" -HOMEPAGE = "https://pypi.python.org/pypi/pypowervm" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI[md5sum] = "54e4dfaa569350254b0a0f4c19686ded" -SRC_URI[sha256sum] = "ab27d4efb59105555b6c9b1fe7792fd895ad9ca893058c39bba4106d6a0ad986" - -inherit setuptools3 pypi - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-lxml \ - python-oslo.concurrency \ - python-oslo.context \ - python-oslo.i18n \ - python-oslo.log \ - python-oslo.utils \ - python-pbr \ - python-pyasn1-modules \ - python-pyasn1 \ - python-pytz \ - python-requests \ - python-six \ - python-futures \ - python-taskflow \ - python-networkx \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-pypowervm_1.1.24.bb b/meta-openstack/recipes-devtools/python/python3-pypowervm_1.1.24.bb new file mode 100644 index 0000000..e659f61 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pypowervm_1.1.24.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Python binding for the PowerVM REST API" +HOMEPAGE = "https://pypi.python.org/pypi/pypowervm" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "50b580055e5628aadaeb42fd69158ff8" +SRC_URI[sha256sum] = "4c6bf225d2b1022b5d363f9b3695fd1692523235d3ce1b5b4506fbc608bdb535" + +inherit setuptools3 pypi + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-lxml \ + python3-oslo.concurrency \ + python3-oslo.context \ + python3-oslo.i18n \ + python3-oslo.log \ + python3-oslo.utils \ + python3-pbr \ + python3-pyasn1-modules \ + python3-pyasn1 \ + python3-pytz \ + python3-requests \ + python3-six \ + python3-taskflow \ + python3-networkx \ + " -- cgit v1.2.3-54-g00ecf