From 02a6c00d9370992a54296633de26a13a9a08ca2a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 Sep 2024 14:21:55 +0000 Subject: [PATCH] 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 --- recipes-devtools/python/python3-colorama_0.4.4.bb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes-devtools/python/python3-colorama_0.4.4.bb 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 @@ -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 setuptools3 - -SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc" -SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"