All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] python3-oslo.vmware: Change python to python3
@ 2020-07-28  0:45 Wang Mingyu
  2020-07-30 19:46 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Mingyu @ 2020-07-28  0:45 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Version updated to 3.4.0

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../python/python-oslo.vmware_git.bb          | 41 -------------------
 .../python/python3-oslo.vmware_git.bb         | 41 +++++++++++++++++++
 2 files changed, 41 insertions(+), 41 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
deleted file mode 100644
index 07345e7..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = "oslo.vmware library"
-HOMEPAGE = "http://launchpad.net/oslo"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-PV = "2.23.0+git${SRCPV}"
-SRCREV = "95a30dfa24d259fe16f0fd43eb1b67b9f3fc0397"
-
-SRCNAME = "oslo.vmware"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} += " \
-        python-pbr \
-        python-stevedore \
-        python-netaddr \
-        python-six \
-        python-oslo.i18n \
-        python-oslo.utils \
-        python-oslo.concurrency \
-        python-pyyaml \
-        python-lxml \
-        python-suds-jurko \
-        python-eventlet \
-        python-requests \
-        python-urllib3 \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb
new file mode 100644
index 0000000..99fd8a9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb
@@ -0,0 +1,41 @@
+DESCRIPTION = "oslo.vmware library"
+HOMEPAGE = "http://launchpad.net/oslo"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+PV = "3.4.0+git${SRCPV}"
+SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294"
+
+SRCNAME = "oslo.vmware"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools3
+
+DEPENDS += " \
+        python3-pip \
+        python3-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python3-pbr-native \
+        "
+
+RDEPENDS_${PN} += " \
+        python3-pbr \
+        python3-stevedore \
+        python3-netaddr \
+        python3-six \
+        python3-oslo.i18n \
+        python3-oslo.utils \
+        python3-oslo.concurrency \
+        python3-pyyaml \
+        python3-lxml \
+        python3-suds-jurko \
+        python3-eventlet \
+        python3-requests \
+        python3-urllib3 \
+        "
-- 
2.25.1




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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28  0:45 [meta-virtualization][PATCH] python3-oslo.vmware: Change python to python3 Wang Mingyu
2020-07-30 19:46 ` 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.