diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-11-02 15:30:45 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-11-02 15:31:33 -0400 |
commit | 9f41aca8e6cd31ba2752dba5d375cf19009a6ec3 (patch) | |
tree | 99b069f02afba35aca5fe851ee692c7353c956b9 | |
parent | 3b63ed0e4f4c3bab3d226a4209402b2b2f7ccd09 (diff) | |
download | meta-virtualization-9f41aca8e6cd31ba2752dba5d375cf19009a6ec3.tar.gz |
python3-colorama: sync with meta-openembedded
This version of python3-colorama has shown to work with the meta-virt
recipes and software stacks.
Sync our version with meta-openembedded.
We continue to keep this around as a "canary" package.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-colorama_0.4.6.bb (renamed from recipes-devtools/python/python3-colorama_0.4.5.bb) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-devtools/python/python3-colorama_0.4.5.bb b/recipes-devtools/python/python3-colorama_0.4.6.bb index 122ae539..52e1e68b 100644 --- a/recipes-devtools/python/python3-colorama_0.4.5.bb +++ b/recipes-devtools/python/python3-colorama_0.4.6.bb | |||
@@ -3,8 +3,12 @@ HOMEPAGE = "https://github.com/tartley/colorama" | |||
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" |
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi python_setuptools_build_meta |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" | 8 | SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" |
9 | |||
10 | DEPENDS += " \ | ||
11 | ${PYTHON_PN}-hatchling-native \ | ||
12 | " | ||
9 | 13 | ||
10 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |