aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb
deleted file mode 100644
index 47f7938f16..0000000000
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "ANSII Color formatting for output in terminal"
-HOMEPAGE = "https://pypi.python.org/pypi/termcolor"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
-
-inherit pypi python_setuptools_build_meta
-
-SRC_URI[sha256sum] = "6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"
-
-DEPENDS += " \
- ${PYTHON_PN}-toml-native \
- ${PYTHON_PN}-hatch-vcs-native \
-"
-
-BBCLASSEXTEND = "native"