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.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
deleted file mode 100644
index fdc92c2..0000000
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
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
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
17RDEPENDS_${PN} += " \
18 python-cliff \
19 python-jsonschema \
20 python-osc-lib \
21 python-oslo.utils \
22 python-pbr \
23 python-keystoneauth1 \
24 python-requests \
25 python-six \
26 python-stevedore \
27 python-debtcollector \
28 "
29
30SRCNAME = "designateclient"
31SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
32
33PV = "3.0.0+git${SRCPV}"
34SRCREV = "093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b"
35S = "${WORKDIR}/git"
36
37inherit setuptools3