From 4813163b0b2baaf36de196bc205e6049c5cb418e Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 5 Aug 2020 01:12:35 +0800 Subject: python3-termcolor: Change to python3 Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-termcolor_1.1.0.bb | 18 ------------------ .../recipes-devtools/python/python3-termcolor_1.1.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb deleted file mode 100644 index 8c59049..0000000 --- a/meta-openstack/recipes-devtools/python/python-termcolor_1.1.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "ANSII Color formatting for output in terminal" -HOMEPAGE = "https://pypi.python.org/pypi/termcolor" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=809e8749b63567978acfbd81d9f6a27d" - -SRC_URI[md5sum] = "043e89644f8909d462fbbfa511c768df" -SRC_URI[sha256sum] = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" - -inherit distutils3 pypi - -DEPENDS += " \ - python-pip \ - " - diff --git a/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb new file mode 100644 index 0000000..a8d5009 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb @@ -0,0 +1,18 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +DESCRIPTION = "ANSII Color formatting for output in terminal" +HOMEPAGE = "https://pypi.python.org/pypi/termcolor" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=809e8749b63567978acfbd81d9f6a27d" + +SRC_URI[md5sum] = "043e89644f8909d462fbbfa511c768df" +SRC_URI[sha256sum] = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" + +inherit distutils3 pypi + +DEPENDS += " \ + python3-pip \ + " + -- cgit v1.2.3-54-g00ecf