diff mbox series

[meta-python] python3-colorama: remove recipe

Message ID 20250617160552.1316699-1-tgamblin@baylibre.com
State New
Headers show
Series [meta-python] python3-colorama: remove recipe | expand

Commit Message

Trevor Gamblin June 17, 2025, 4:05 p.m. UTC
Moved to oe-core since pytest needs it.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../python/python3-colorama_0.4.6.bb               | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb
deleted file mode 100644
index 3871244031..0000000000
--- a/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-SUMMARY = "Cross-platform colored terminal text."
-HOMEPAGE = "https://github.com/tartley/colorama"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
-
-inherit pypi python_setuptools_build_meta
-
-SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
-
-DEPENDS += " \
-	python3-hatchling-native \
-"
-
-BBCLASSEXTEND = "native nativesdk"