meta-virtualization/recipes-devtools/python/python3-colorama_0.4.6.bb
Bruce Ashfield 9f41aca8e6 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>
2022-11-02 15:31:33 -04:00

15 lines
420 B
BlitzBasic

SUMMARY = "Cross-platform colored terminal text."
HOMEPAGE = "https://github.com/tartley/colorama"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
DEPENDS += " \
${PYTHON_PN}-hatchling-native \
"
BBCLASSEXTEND = "native nativesdk"