diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-09 14:21:55 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-10 13:06:14 +0000 |
commit | 02a6c00d9370992a54296633de26a13a9a08ca2a (patch) | |
tree | 6c55bc08e585a00d57a350585b68e196568a6348 | |
parent | e0cd09e3b8367e2745a27db2e7ff1f8452c8cf41 (diff) | |
download | meta-virtualization-02a6c00d9370992a54296633de26a13a9a08ca2a.tar.gz |
python3-colorama: drop recipe
We no longer need our own pinned version of this recipe, and
it causes us issues with meta-python.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-colorama_0.4.4.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-devtools/python/python3-colorama_0.4.4.bb b/recipes-devtools/python/python3-colorama_0.4.4.bb deleted file mode 100644 index 94468eee..00000000 --- a/recipes-devtools/python/python3-colorama_0.4.4.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | SUMMARY = "Cross-platform colored terminal text." | ||
2 | HOMEPAGE = "https://github.com/tartley/colorama" | ||
3 | LICENSE = "BSD-2-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc" | ||
9 | SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" | ||