From 7bea5f8bdd0ce919632b93715a4aae4903af498c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Jun 2025 20:27:20 +0300 Subject: python3-cmd2: Upgrade 2.6.0 -> 2.6.1 Upgrade to release 2.6.1: - Fixed bug that prevented cmd2 from working with from __future__ import annotations Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cmd2_2.6.0.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cmd2_2.6.0.bb (limited to 'meta-python/recipes-devtools/python/python3-cmd2_2.6.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.6.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.6.0.bb deleted file mode 100644 index b5dc97fb02..0000000000 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.6.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Extra features for standard library's cmd module" -HOMEPAGE = "https://github.com/python-cmd2/cmd2" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=01d2b71040983a2abc614fc4d0284771" - -DEPENDS += "python3-setuptools-scm-native" - -SRC_URI[sha256sum] = "8cffaba7810526421cab3bfa0101b4907e1298ff2bcd8119615965a2eae5d95f" - -inherit pypi python_setuptools_build_meta python3native - -RDEPENDS:${PN} += "\ - python3-attrs \ - python3-colorama \ - python3-pyperclip \ - python3-wcwidth \ - python3-compression \ - python3-pydoc \ - python3-json \ - python3-numbers \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf