mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-02 04:20:18 +00:00
Changelog: https://github.com/python-cmd2/cmd2/releases/tag/4.2.2 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
25 lines
653 B
BlitzBasic
25 lines
653 B
BlitzBasic
SUMMARY = "Extra features for standard library's cmd module"
|
|
HOMEPAGE = "https://github.com/python-cmd2/cmd2"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f2a861642858e0858af9dd4e4716bae0"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
SRC_URI[sha256sum] = "8f1aff338f693be4c5ae0a1c928b17d728940e03386018615b25cdcd4abd6df3"
|
|
|
|
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 \
|
|
python3-rich-argparse \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|