summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-07-06 16:46:35 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-08 23:05:23 -0400
commit0b4d3882dc16407ef7db99687f406cb11fce2fbe (patch)
tree8b0217a4dd185293c7b09d9b40e43db6ad58282d /meta-openstack
parent7de9b12ae1e074020e03e54ef04aad65f641d913 (diff)
downloadmeta-cloud-services-0b4d3882dc16407ef7db99687f406cb11fce2fbe.tar.gz
python3-colorama: Remove recipe
This recipe already exists in meta-openembedded, the path is: meta-openembedded/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb 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/python-colorama.inc18
-rw-r--r--meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb3
2 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-colorama.inc b/meta-openstack/recipes-devtools/python/python-colorama.inc
deleted file mode 100644
index 4b5dc79..0000000
--- a/meta-openstack/recipes-devtools/python/python-colorama.inc
+++ /dev/null
@@ -1,18 +0,0 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4DESCRIPTION = "Simple cross-platform colored terminal text in Python"
5HOMEPAGE = "http://pypi.python.org/pypi/colorama"
6SECTION = "devel/python"
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
9
10SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f"
11SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"
12
13inherit pypi
14
15DEPENDS += " \
16 ${PYTHON_PN}-pip \
17 "
18
diff --git a/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb
deleted file mode 100644
index 89c2fea..0000000
--- a/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb
+++ /dev/null
@@ -1,3 +0,0 @@
1require python-colorama.inc
2inherit setuptools3
3