diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-09 18:28:58 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-09 18:55:01 -0700 |
| commit | 77ec4f1e00a69693518646dc74de6d6c6705e549 (patch) | |
| tree | bfcb06ae3d79fb062d91cc34e6de8e1f43f9d811 /meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb | |
| parent | 759c9fce51b8ae9813331db003ddcfab4b450b60 (diff) | |
| download | meta-openembedded-77ec4f1e00a69693518646dc74de6d6c6705e549.tar.gz | |
python3-cmd2: upgrade 3.5.1 -> 4.0.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb b/meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb new file mode 100644 index 0000000000..13c84adff7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cmd2_4.0.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Extra features for standard library's cmd module" | ||
| 2 | HOMEPAGE = "https://github.com/python-cmd2/cmd2" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f2a861642858e0858af9dd4e4716bae0" | ||
| 5 | |||
| 6 | DEPENDS += "python3-setuptools-scm-native" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "97956c491be8ae2c5239ba1e7658b52804f0e54b401b15cae80c6b85c9dce74f" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta python3native | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-attrs \ | ||
| 14 | python3-colorama \ | ||
| 15 | python3-pyperclip \ | ||
| 16 | python3-wcwidth \ | ||
| 17 | python3-compression \ | ||
| 18 | python3-pydoc \ | ||
| 19 | python3-json \ | ||
| 20 | python3-numbers \ | ||
| 21 | python3-rich-argparse \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
