aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-oslo.config_8.4.0.bb
blob: e7557df99bb76a97429936a951798581c805a8e0 (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] = "537d62c581de2227aebfc4c71ee6fb455b853be920e0b30b65ebbe8d8128725c"

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 \
    "