From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-fire.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-fire.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-fire.inc') 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 " +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 \ +" -- cgit 1.2.3-korg