summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-argcomplete.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-argcomplete.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-argcomplete.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-argcomplete.inc b/external/meta-iot-cloud/recipes-devtools/python/python-argcomplete.inc
new file mode 100644
index 00000000..a1a2d097
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-argcomplete.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Bash tab completion for argparse"
+AUTHOR = "Andrey Kislyuk"
+HOMEPAGE = "https://github.com/kislyuk/argcomplete"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-io \
+ ${PYTHON_PN}-misc \
+ ${PYTHON_PN}-shell \
+"
+
+PR = "r0"
+
+SRC_URI[md5sum] = "9bb3b61a849f84723e63051240f74014"
+SRC_URI[sha256sum] = "06c8a54ffaa6bfc9006314498742ec8843601206a3b94212f82657673662ecf1" \ No newline at end of file