summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-client-config_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb31
1 files changed, 1 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index a48f2c4..3f42bdc 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -1,31 +1,2 @@
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
15inherit setuptools 1inherit setuptools
16 2require python-os-client-config.inc
17DEPENDS += " \
18 python-pbr \
19 "
20# Satisfy setup.py 'setup_requires'
21DEPENDS += " \
22 python-pbr-native \
23 "
24
25RDEPENDS_${PN} += " \
26 python-pbr \
27 python-pyyaml \
28 python-appdirs \
29 python-keystoneauth1 \
30 python-requestsexceptions \
31 "