All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-django-nose: Change to python3
@ 2020-09-01  2:46 zhengruoqin
  2020-09-01  2:46 ` [meta-virtualization] [PATCH] python3-django-openstack-auth: " zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:46 UTC (permalink / raw)
  To: meta-virtualization

Because python is no longer maintained, delete the python2 version of the recipe and change to python3.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...python-django-nose_1.4.bb => python3-django-nose_1.4.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-django-nose_1.4.bb => python3-django-nose_1.4.bb} (87%)

diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
similarity index 87%
rename from meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb
rename to meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
index 1e7ccd6..530332f 100644
--- a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
@@ -13,11 +13,11 @@ SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f35
 inherit setuptools3 pypi
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 RDEPENDS_${PN} += " \
-        python-django \
-        python-nose \
+        python3-django \
+        python3-nose \
         "
 
-- 
2.25.1




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

end of thread, other threads:[~2020-09-05  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01  2:46 [meta-virtualization] [PATCH] python3-django-nose: Change to python3 zhengruoqin
2020-09-01  2:46 ` [meta-virtualization] [PATCH] python3-django-openstack-auth: " zhengruoqin
2020-09-01  2:47   ` [meta-virtualization] [PATCH] python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2 zhengruoqin
2020-09-01  2:47     ` [meta-virtualization] [PATCH] python3-dogpile.core: Consolidate in a single file zhengruoqin
2020-09-01  2:47       ` [meta-virtualization] [PATCH] python3-ecdsa: Remove recipe zhengruoqin
2020-09-01  2:47         ` [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe zhengruoqin
2020-09-02 20:34           ` 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.