From 40e6f4b4540c5f689cdc58c70f337282da9dd15e Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 29 Sep 2020 22:58:19 +0800 Subject: python3-oslo.cache: 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.cache_git.bb | 37 ---------------------- .../python/python3-oslo.cache_git.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb deleted file mode 100644 index f109b8a..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "An oslo.config enabled dogpile.cache" -HOMEPAGE = "https://github.com/openstack/oslo.cache" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -PV = "1.14.0+git${SRCPV}" -SRCREV = "f5b6ddf7d18a7e06e19712ca7a2509d658a08c4d" - -SRCNAME = "oslo.cache" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-dogpile.cache \ - python-six \ - python-oslo.config \ - python-oslo.i18n \ - python-oslo.log \ - python-oslo.utils \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb new file mode 100644 index 0000000..604abca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "An oslo.config enabled dogpile.cache" +HOMEPAGE = "https://github.com/openstack/oslo.cache" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +PV = "2.6.1+git${SRCPV}" +SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" + +SRCNAME = "oslo.cache" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python3-dogpile.cache \ + python3-six \ + python3-oslo.config \ + python3-oslo.i18n \ + python3-oslo.log \ + python3-oslo.utils \ + " -- cgit v1.2.3-54-g00ecf