All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-oslo.cache: change to python3
@ 2020-09-29 14:58 zangrc
  2020-09-29 14:58 ` [meta-virtualization] [PATCH] python3-ordereddict: Consolidate in a single file zangrc
  0 siblings, 1 reply; 9+ messages in thread
From: zangrc @ 2020-09-29 14:58 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 ...cache_git.bb => python3-oslo.cache_git.bb} | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-oslo.cache_git.bb => python3-oslo.cache_git.bb} (54%)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb
similarity index 54%
rename from meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
rename to meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb
index f109b8a..604abca 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PV = "1.14.0+git${SRCPV}"
-SRCREV = "f5b6ddf7d18a7e06e19712ca7a2509d658a08c4d"
+PV = "2.6.1+git${SRCPV}"
+SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e"
 
 SRCNAME = "oslo.cache"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
 
 S = "${WORKDIR}/git"
 
@@ -17,21 +17,21 @@ inherit setuptools3
 # DEPENDS_default: python-pip
 
 DEPENDS += " \
-        python-pip \
-        python-pbr \
+        python3-pip \
+        python3-pbr \
         "
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-        python-pbr-native \
+        python3-pbr-native \
         "
 
 # RDEPENDS_default: 
 RDEPENDS_${PN} += " \
-        python-dogpile.cache \
-        python-six \
-        python-oslo.config \
-        python-oslo.i18n \
-        python-oslo.log \
-        python-oslo.utils \
+        python3-dogpile.cache \
+        python3-six \
+        python3-oslo.config \
+        python3-oslo.i18n \
+        python3-oslo.log \
+        python3-oslo.utils \
         "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-02  3:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-29 14:58 [meta-virtualization] [PATCH] python3-oslo.cache: change to python3 zangrc
2020-09-29 14:58 ` [meta-virtualization] [PATCH] python3-ordereddict: Consolidate in a single file zangrc
2020-09-29 14:57   ` [meta-virtualization] [PATCH] python3-openstack-nose: change to python3 zangrc
2020-09-29 14:58     ` [meta-virtualization] [PATCH] python3-oslo.db: " zangrc
2020-09-29 14:58       ` [meta-virtualization] [PATCH] python3-oslo.i18n: upgrade 3.23.1 -> 5.0.1 zangrc
2020-09-29 14:59         ` [meta-virtualization] [PATCH] python3-oslo.messaging: change to python3 zangrc
2020-09-29 14:59           ` [meta-virtualization] [PATCH] python3-oslo.reports: Change " zangrc
2020-09-29 14:59             ` [meta-virtualization] [PATCH] python3-ovs: upgrade 2.7.2 -> 2.13.0 zangrc
2020-10-02  3:10               ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.