blob: d549ea6403a817e519c114ee87dec639d7e19073 (
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
27
28
29
|
DESCRIPTION = "OpenStack Client Configuation Library"
HOMEPAGE = "https://pypi.python.org/pypi/os-client-config"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
PV = "1.28.0"
SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081"
SRCNAME = "os-client-config"
SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
S = "${WORKDIR}/git"
DEPENDS += " \
${PYTHON_PN}-pbr \
"
# Satisfy setup.py 'setup_requires'
DEPENDS += " \
${PYTHON_PN}-pbr-native \
"
RDEPENDS_${PN} += " \
${PYTHON_PN}-pbr \
${PYTHON_PN}-pyyaml \
${PYTHON_PN}-appdirs \
${PYTHON_PN}-keystoneauth1 \
${PYTHON_PN}-requestsexceptions \
"
|