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>
This commit is contained in:
Bruce Ashfield 2022-11-02 15:30:45 -04:00
parent 3b63ed0e4f
commit 9f41aca8e6

View File

@ -3,8 +3,12 @@ HOMEPAGE = "https://github.com/tartley/colorama"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
inherit pypi setuptools3
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"
SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
DEPENDS += " \
${PYTHON_PN}-hatchling-native \
"
BBCLASSEXTEND = "native nativesdk"