summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-cmd2_2.1.1.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.1.1.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb
index e663b9c815..38f050a044 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb
@@ -1,11 +1,11 @@
1SUMMARY = "Extra features for standard library's cmd module" 1SUMMARY = "Extra features for standard library's cmd module"
2HOMEPAGE = "https://github.com/python-cmd2/cmd2" 2HOMEPAGE = "https://github.com/python-cmd2/cmd2"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=4c527bcb481233ebcb803de975f42701"
5 5
6DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 6DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
7 7
8SRC_URI[sha256sum] = "a45f6a50b6081c5767b0e410da3f9cebdf6d8fb2aff80fab07d633c6eaaa6d70" 8SRC_URI[sha256sum] = "25dbb2e9847aaa686a8a21e84e3d101db8b79f5cb992e044fc54210ab8c0ad41"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
@@ -16,6 +16,7 @@ RDEPENDS_${PN} += "\
16 ${PYTHON_PN}-wcwidth \ 16 ${PYTHON_PN}-wcwidth \
17 ${PYTHON_PN}-compression \ 17 ${PYTHON_PN}-compression \
18 ${PYTHON_PN}-pydoc \ 18 ${PYTHON_PN}-pydoc \
19 ${PYTHON_PN}-json \
19" 20"
20 21
21BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"