From c6ba57edc7507302309744f98c6550dea3ebf68a Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 8 Dec 2020 12:51:16 +0800 Subject: python3-keystoneauth1: upgrade 4.2.1 -> 4.3.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python3-keystoneauth1_4.2.1.bb | 27 ---------------------- .../python/python3-keystoneauth1_4.3.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.3.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb deleted file mode 100644 index 6c046d9..0000000 --- a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.2.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Authentication Library for OpenStack Identity" -HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" - -SRC_URI[md5sum] = "3c65181cb3cf6a8690e1c65de030e3fb" -SRC_URI[sha256sum] = "9496bfcc27eff3d05271e10aa64684b7c1fd12a4d96f58511f2286312d9c89a1" - -inherit setuptools3 pypi - -DEPENDS += " \ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pbr \ - ${PYTHON_PN}-iso8601 \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-stevedore \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.3.0.bb b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.3.0.bb new file mode 100644 index 0000000..972668c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-keystoneauth1_4.3.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Authentication Library for OpenStack Identity" +HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" + +SRC_URI[md5sum] = "455ff39860b21e924305f4db3d74e293" +SRC_URI[sha256sum] = "e3fa55b58f082e4d753ae3fe599f3d74c591fd9cb8286879ff532a78955163f1" + +inherit setuptools3 pypi + +DEPENDS += " \ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-iso8601 \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-stevedore \ + " -- cgit v1.2.3-54-g00ecf