diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-06 16:46:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-08 23:05:23 -0400 |
| commit | 0b4d3882dc16407ef7db99687f406cb11fce2fbe (patch) | |
| tree | 8b0217a4dd185293c7b09d9b40e43db6ad58282d /meta-openstack | |
| parent | 7de9b12ae1e074020e03e54ef04aad65f641d913 (diff) | |
| download | meta-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.inc | 18 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb | 3 |
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 | # | ||
| 4 | DESCRIPTION = "Simple cross-platform colored terminal text in Python" | ||
| 5 | HOMEPAGE = "http://pypi.python.org/pypi/colorama" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f" | ||
| 11 | SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d" | ||
| 12 | |||
| 13 | inherit pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 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 @@ | |||
| 1 | require python-colorama.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
