summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-fire.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-fire.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-fire.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-fire.inc b/external/meta-iot-cloud/recipes-devtools/python/python-fire.inc
new file mode 100644
index 00000000..e7441752
--- /dev/null
+++ b/external/meta-iot-cloud/recipes-devtools/python/python-fire.inc
@@ -0,0 +1,15 @@
+SUMMARY = "A library for automatically generating command line interfaces"
+AUTHOR = "David Bieber <dbieber@google.com>"
+HOMEPAGE = "https://github.com/google/python-fire"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ab892b2b62f951d424bdb712a72584cc"
+
+SRC_URI[md5sum] = "9f3a91c285b50351d039b6f0bb91aac3"
+SRC_URI[sha256sum] = "6865fefc6981a713d2ce56a2a2c92c56c729269f74a6cddd6f4b94d16ae084c9"
+
+inherit pypi
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-six \
+ ${PYTHON_PN}-termcolor \
+"