summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-12-08 13:01:11 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-10 15:59:16 -0500
commitcdf93d4ff505c6f74ce8b2b4f15405802826265f (patch)
tree3d9ad813c46d8b7d0efc08ca9a0fce377126144d /meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb
parent9fa2e762a571bcb7f68d2da7a178efbe85eb73bf (diff)
downloadmeta-cloud-services-cdf93d4ff505c6f74ce8b2b4f15405802826265f.tar.gz
python3-designateclient: upgrade 4.0.0 -> 4.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb b/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb
new file mode 100644
index 0000000..83ebd97
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb
@@ -0,0 +1,34 @@
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 python3-pip \
9 python3-pbr \
10 "
11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python3-pbr-native \
15 "
16SRC_URI[md5sum] = "29f1ebf4352162e4e8d3a6d6f9ab1eb4"
17SRC_URI[sha256sum] = "a5b800d767d6626057e1cefd0c6a35936ba5009e822d5b0df05aaa6ae7efaab9"
18
19RDEPENDS_${PN} += " \
20 python3-cliff \
21 python3-jsonschema \
22 python3-osc-lib \
23 python3-oslo.utils \
24 python3-pbr \
25 python3-keystoneauth1 \
26 python3-requests \
27 python3-six \
28 python3-stevedore \
29 python3-debtcollector \
30 "
31
32PYPI_PACKAGE = "python-designateclient"
33
34inherit setuptools3 pypi