summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-designateclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-designateclient_git.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
new file mode 100644
index 0000000..d8477d5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
@@ -0,0 +1,31 @@
1DESCRIPTION = "Python bindings to the Designate API"
2HOMEPAGE = "https://github.com/openstack/python-designateclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7DEPENDS += " \
8 python-pip \
9 python-pbr \
10 "
11
12RDEPENDS_${PN} +=" \
13 python-cliff \
14 python-jsonschema \
15 python-oslo.utils \
16 python-pbr \
17 python-keystoneclient \
18 python-requests \
19 python-six \
20 python-stevedore \
21 python-debtcollector \
22 "
23
24SRCNAME = "designateclient"
25SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
26
27PV = "1.5.0+git${SRCPV}"
28SRCREV = "b97ae05612522180cc6f64485212811329da9645"
29S = "${WORKDIR}/git"
30
31inherit setuptools