summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-aws/python/python-gg-group-setup.inc
blob: 03132d1b4478b0236420718dfd4b22a0c96c9876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "A file-driven approach to the creation of an entire AWS Greengrass group"
AUTHOR = "Brett Francis <brettf@amazon.com>"
HOMEPAGE = "https://github.com/awslabs/aws-greengrass-group-setup"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

PYPI_PACKAGE = "gg_group_setup"

SRC_URI[md5sum] = "afc38bf424421634bea65fe32f2a32dd"
SRC_URI[sha256sum] = "5d68dc5007a1bf24e8d1415db93e4f2b4dde42ffd98b868778bb3f6522d4d89d"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-setuptools \
    ${PYTHON_PN}-boto3 \
    ${PYTHON_PN}-fire \
    ${PYTHON_PN}-misc \
"

do_configure_prepend() {
    sed -i \
        -e 's:from gg_group_setup import __version__:__version__ = "${PV}":' \
        ${S}/setup.py
}

inherit pypi