From e3375229a37fff189a15dcc377c18fb0ddda8b54 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Tue, 27 Aug 2019 14:56:39 +0800 Subject: python-oslo.i18n: upgrade 3.20.0 -> 3.23.1 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-oslo.i18n_3.20.0.bb | 33 ---------------------- .../python/python-oslo.i18n_3.23.1.bb | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb deleted file mode 100644 index 76a8b53..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "oslo.i18n library" -HOMEPAGE = "http://launchpad.net/oslo" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - -SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" - -SRCNAME = "oslo.i18n" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" - -S = "${WORKDIR}/git" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-babel \ - python-pbr \ - python-six \ - " diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb new file mode 100644 index 0000000..1910532 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.23.1.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "oslo.i18n library" +HOMEPAGE = "http://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRCREV = "20bbee510b9714075b7f48f7c3968d7e2bd21a8a" + +SRCNAME = "oslo.i18n" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" + +S = "${WORKDIR}/git" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-babel \ + python-pbr \ + python-six \ + " -- cgit v1.2.3-54-g00ecf