summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-client-config.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-client-config.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config.inc29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config.inc b/meta-openstack/recipes-devtools/python/python-os-client-config.inc
new file mode 100644
index 0000000..d549ea6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config.inc
@@ -0,0 +1,29 @@
1DESCRIPTION = "OpenStack Client Configuation Library"
2HOMEPAGE = "https://pypi.python.org/pypi/os-client-config"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PV = "1.28.0"
8SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081"
9
10SRCNAME = "os-client-config"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15DEPENDS += " \
16 ${PYTHON_PN}-pbr \
17 "
18# Satisfy setup.py 'setup_requires'
19DEPENDS += " \
20 ${PYTHON_PN}-pbr-native \
21 "
22
23RDEPENDS_${PN} += " \
24 ${PYTHON_PN}-pbr \
25 ${PYTHON_PN}-pyyaml \
26 ${PYTHON_PN}-appdirs \
27 ${PYTHON_PN}-keystoneauth1 \
28 ${PYTHON_PN}-requestsexceptions \
29 "