diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-09 14:21:55 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-26 14:56:41 +0000 |
commit | 9d42883b978cd896051f5553a35c06a3fcd277a2 (patch) | |
tree | 1c0533bcdf571e32dfa449e4c1ea4612917c55a7 | |
parent | 46856f63065bd30c7f90cc524b2ff5c7d7be1132 (diff) | |
download | meta-virtualization-9d42883b978cd896051f5553a35c06a3fcd277a2.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.6.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-devtools/python/python3-colorama_0.4.6.bb b/recipes-devtools/python/python3-colorama_0.4.6.bb deleted file mode 100644 index 0f364c42..00000000 --- a/recipes-devtools/python/python3-colorama_0.4.6.bb +++ /dev/null | |||
@@ -1,14 +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 python_setuptools_build_meta | ||
7 | |||
8 | SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" | ||
9 | |||
10 | DEPENDS += " \ | ||
11 | python3-hatchling-native \ | ||
12 | " | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||