aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb
blob: 6898a1f064e43230f83d237e74bf9f0f850f8e4c (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
26
DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"

SRC_URI[sha256sum] = "116ff3a7b98b0309b083af7906d99f8c6bea67df5ee03a85e2ac02700dd75d30"

inherit setuptools3 pypi

DEPENDS += " \
        python3-pbr \
        python3-pbr-native \
        python3-pip \
        "

RDEPENDS_${PN} += " \
    python3-requests \
    python3-netaddr \
    python3-stevedore \
    python3-debtcollector \
    python3-oslo.i18n \
    python3-rfc3986 \
    python3-pyyaml \
    "