summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-fire.inc
blob: e7441752838c9b6d53b9300754b385bb20be04d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
"