All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH 1/7] python3-pyscss: Change to python3
@ 2020-12-15  7:20 zhengruoqin
  2020-12-15  7:21 ` [meta-virtualization] [PATCH 2/7] python3-httpretty: change RDEPENDS zhengruoqin
  0 siblings, 1 reply; 9+ messages in thread
From: zhengruoqin @ 2020-12-15  7:20 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...thon-pyscss_1.3.4.bb => python3-pyscss_1.3.7.bb} | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-pyscss_1.3.4.bb => python3-pyscss_1.3.7.bb} (61%)

diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb
similarity index 61%
rename from meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
rename to meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb
index 60e300de..0c7528a5 100644
--- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb
@@ -6,22 +6,25 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa"
 
 PYPI_PACKAGE = "pyScss"
 
-SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7"
-SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e"
+SRC_URI[md5sum] = "c75fa4ea88d3c9df57a11679f337a939"
+SRC_URI[sha256sum] = "f1df571569021a23941a538eb154405dde80bed35dc1ea7c5f3e18e0144746bf"
 
 inherit setuptools3 pypi
 
 # DEPENDS_default: python-pip
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         libpcre \
-        python-six \
+        python3-six \
         "
 
 # RDEPENDS_default: 
 RDEPENDS_${PN} += " \
-        python-enum \
+	python3-logging \
+	python3-six \
+	python3-numbers \
+	python3-image \
         "
 
 CLEANBROKEN = "1"
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [meta-virtualization] [PATCH 6/7] python3-glance-store: Change to python3
@ 2020-11-17 14:12 zhengruoqin
  0 siblings, 0 replies; 9+ messages in thread
From: zhengruoqin @ 2020-11-17 14:12 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...ore_git.bb => python3-glance-store_git.bb} | 34 ++++++++++---------
 1 file changed, 18 insertions(+), 16 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-glance-store_git.bb => python3-glance-store_git.bb} (52%)

diff --git a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb
similarity index 52%
rename from meta-openstack/recipes-devtools/python/python-glance-store_git.bb
rename to meta-openstack/recipes-devtools/python/python3-glance-store_git.bb
index 1a8c3aab..afd7818d 100644
--- a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb
@@ -15,28 +15,30 @@ S = "${WORKDIR}/git"
 inherit setuptools3
 
 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-oslo.config \
-        python-oslo.i18n \
-        python-oslo.serialization \
-        python-oslo.utils \
-        python-oslo.concurrency \
-        python-stevedore \
-        python-enum34 \
-        python-eventlet \
-        python-six \
-        python-jsonschema \
-        python-keystoneauth1 \
-        python-keystoneclient \
-        python-requests \
+        python3-oslo.config \
+        python3-oslo.i18n \
+        python3-oslo.serialization \
+        python3-oslo.utils \
+        python3-oslo.concurrency \
+        python3-stevedore \
+        python3-eventlet \
+        python3-six \
+        python3-jsonschema \
+        python3-keystoneauth1 \
+        python3-keystoneclient \
+        python3-requests \
+        python3-greenlet \
+        python3-monotonic \
+        python3-dnspython \
         "
-- 
2.25.1




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

end of thread, other threads:[~2020-12-21 22:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15  7:20 [meta-virtualization] [PATCH 1/7] python3-pyscss: Change to python3 zhengruoqin
2020-12-15  7:21 ` [meta-virtualization] [PATCH 2/7] python3-httpretty: change RDEPENDS zhengruoqin
2020-12-15  7:21   ` [meta-virtualization] [PATCH 3/7] python3-repoze.lru: " zhengruoqin
2020-12-15  7:21     ` [meta-virtualization] [PATCH 4/7] python3-paste: remove RDEPENDS zhengruoqin
2020-12-15  7:22       ` [meta-virtualization] [PATCH 5/7] python3-django-pyscss: Change to python3 zhengruoqin
2020-12-15  7:22         ` [meta-virtualization] [PATCH 6/7] python3-glance-store: " zhengruoqin
2020-12-15  7:22           ` [meta-virtualization] [PATCH 7/7] python3-osprofiler: upgrade 2.9.0 -> 3.4.0 zhengruoqin
2020-12-21 22:16             ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2020-11-17 14:12 [meta-virtualization] [PATCH 6/7] python3-glance-store: Change to python3 zhengruoqin

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.