summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-08-05 01:12:35 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-07 22:11:26 -0400
commit4813163b0b2baaf36de196bc205e6049c5cb418e (patch)
tree522f80b0c2c04f8da1660b7275f616734c001ca8 /meta-openstack
parent1cba82acb7137ba5b8a645dfbc0ad7e8c3dbc6d0 (diff)
downloadmeta-cloud-services-4813163b0b2baaf36de196bc205e6049c5cb418e.tar.gz
python3-termcolor: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb
index 8c59049..a8d5009 100644
--- a/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02
13inherit distutils3 pypi 13inherit distutils3 pypi
14 14
15DEPENDS += " \ 15DEPENDS += " \
16 python-pip \ 16 python3-pip \
17 " 17 "
18 18