summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-29 22:57:55 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-01 23:10:36 -0400
commit4992a62b6539201deb5b60446e81dd08803d7b36 (patch)
tree81fc00c86616d25d02c054c7260f7d6f5658d775
parent778bc7866782bda1a7731f866fb298dc5b94d501 (diff)
downloadmeta-cloud-services-4992a62b6539201deb5b60446e81dd08803d7b36.tar.gz
python3-openstack-nose: change to python3
Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-openstack-nose_0.11.bb (renamed from meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb b/meta-openstack/recipes-devtools/python/python3-openstack-nose_0.11.bb
index 42d836f..9cdc9a2 100644
--- a/meta-openstack/recipes-devtools/python/python-openstack-nose_0.11.bb
+++ b/meta-openstack/recipes-devtools/python/python3-openstack-nose_0.11.bb
@@ -15,12 +15,12 @@ SRC_URI[sha256sum] = "a28d44dc23de8164d7893da7020404c73c4325b46d5507911f0257c15f
15inherit setuptools3 pypi 15inherit setuptools3 pypi
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pip \ 18 python3-pip \
19 " 19 "
20 20
21RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
22 python-nose \ 22 python3-nose \
23 python-colorama \ 23 python3-colorama \
24 python-termcolor \ 24 python3-termcolor \
25 " 25 "
26 26