summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-python/python3-rasa/python3-fire_0.5.0.bb
blob: 49b2af50e22ffcbe0d4ce1c58aac04df402f7341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object."
HOMEPAGE = "https://github.com/google/python-fire"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ab892b2b62f951d424bdb712a72584cc"

PYPI_PACKAGE = "fire"

SRC_URI[md5sum] = "8b24d579bd2a1b344b4f9670fa49ebc8"
SRC_URI[sha256sum] = "a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6"

DEPENDS += "python3-six python3-termcolor"

inherit pypi setuptools3

RDEPENDS:${PN} += "python3-six python3-termcolor"