All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][meta-cloud-services][PATCH] python3-fixtures: Change python to python3
@ 2020-06-15  3:07 Wang Mingyu
  2020-06-15  3:07 ` [meta-virtualization][meta-cloud-services][PATCH] python3-futurist: " Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2020-06-15  3:07 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 ...python-fixtures_3.0.0.bb => python3-fixtures_3.0.0.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-fixtures_3.0.0.bb => python3-fixtures_3.0.0.bb} (86%)

diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
similarity index 86%
rename from meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
rename to meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
index c8883be..c2e098f 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
@@ -15,14 +15,14 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --install-data=${datadir}"
 
 DEPENDS += " \
-	python-pbr \
+	python3-pbr \
 	"
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-        python-pbr-native \
+        python3-pbr-native \
         "
 
-RDEPENDS_${PN} += "python-testtools \
-	python-pbr \
+RDEPENDS_${PN} += "python3-testtools \
+	python3-pbr \
 	"
-- 
2.17.1




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

end of thread, other threads:[~2020-06-17  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15  3:07 [meta-virtualization][meta-cloud-services][PATCH] python3-fixtures: Change python to python3 Wang Mingyu
2020-06-15  3:07 ` [meta-virtualization][meta-cloud-services][PATCH] python3-futurist: " Wang Mingyu
2020-06-15  3:07 ` [meta-virtualization][meta-cloud-services][PATCH] python3-jsonext: " Wang Mingyu
2020-06-15  3:07 ` [meta-virtualization][meta-cloud-services][PATCH] python3-nose-exclude: change " Wang Mingyu
2020-06-17  0:35 ` [meta-virtualization][meta-cloud-services][PATCH] python3-fixtures: Change " 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.