All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3
@ 2020-07-28  0:44 Wang Mingyu
  2020-07-28  0:44 ` [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: " Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2020-07-28  0:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Version updated to 3.13.1

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../keystone-api-check.sh                     |  0
 ...t_git.bb => python3-keystoneclient_git.bb} | 40 ++++++++++---------
 2 files changed, 21 insertions(+), 19 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-keystoneclient => python3-keystoneclient}/keystone-api-check.sh (100%)
 rename meta-openstack/recipes-devtools/python/{python-keystoneclient_git.bb => python3-keystoneclient_git.bb} (59%)

diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient/keystone-api-check.sh b/meta-openstack/recipes-devtools/python/python3-keystoneclient/keystone-api-check.sh
similarity index 100%
rename from meta-openstack/recipes-devtools/python/python-keystoneclient/keystone-api-check.sh
rename to meta-openstack/recipes-devtools/python/python3-keystoneclient/keystone-api-check.sh
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
similarity index 59%
rename from meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
rename to meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
index c7bfef4..c8fe38a 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb
@@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
 
 SRCNAME = "keystoneclient"
 
+SRC_URI = "file://keystone-api-check.sh"
+
 SRC_URI = "\
-	git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \
-	file://keystone-api-check.sh \
-	"
+        git://github.com/openstack/python-keystoneclient.git;branch=stable/pike \
+        file://keystone-api-check.sh \
+        "
 
-PV = "3.13.0+git${SRCPV}"
+PV = "4.1.0+git${SRCPV}"
 SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292"
 S = "${WORKDIR}/git"
 
@@ -20,28 +22,28 @@ inherit setuptools3 monitor
 FILES_${PN}-doc += "${datadir}/keystoneclient" 
 
 DEPENDS += " \
-        python-pip \
-        python-pbr \
+        python3-pip \
+        python3-pbr \
         "
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-        python-pbr-native \
+        python3-pbr-native \
         "
 
 RDEPENDS_${PN} += " \
         bash \
-        python-pbr \
-        python-debtcollector \
-        python-keystoneauth1 \
-        python-oslo.config \
-        python-oslo.i18n \
-        python-oslo.serialization \
-        python-oslo.utils \
-        python-positional \
-        python-requests \
-        python-six \
-        python-stevedore \
+        python3-pbr \
+        python3-debtcollector \
+        python3-keystoneauth1 \
+        python3-oslo.config \
+        python3-oslo.i18n \
+        python3-oslo.serialization \
+        python3-oslo.utils \
+        python3-positional \
+        python3-requests \
+        python3-six \
+        python3-stevedore \
         "
 
 do_install_append() {
@@ -53,7 +55,7 @@ PACKAGES =+ " ${SRCNAME}-tests"
 FILES_${SRCNAME}-tests = "${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/examples \
         "
 RDEPENDS_${SRCNAME}-tests += " \
-	python-httpretty \
+	python3-httpretty \
         bash \
 	"
 
-- 
2.17.1




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

end of thread, other threads:[~2020-07-30 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  0:44 [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: Change python to python3 Wang Mingyu
2020-07-28  0:44 ` [PATCH 2/3] [meta-virtualization][PATCH] python3-pycadf: " Wang Mingyu
2020-07-28  0:44 ` [PATCH 3/3] [meta-virtualization][PATCH] python3-keystonemiddleware: " Wang Mingyu
2020-07-30 19:46 ` [PATCH 1/3] [meta-virtualization][PATCH] python3-keystoneclient: " 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.