From ae7239c9f5373a3fe584db5d0414267bc9d7f776 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 20 Jul 2020 22:36:55 +0800 Subject: python3-designateclient: Change to python3 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python3-designateclient_4.0.0.bb | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-designateclient_4.0.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-designateclient_4.0.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-designateclient_4.0.0.bb b/meta-openstack/recipes-devtools/python/python3-designateclient_4.0.0.bb new file mode 100644 index 0000000..891f048 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-designateclient_4.0.0.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Python bindings to the Designate API" +HOMEPAGE = "https://github.com/openstack/python-designateclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " +SRC_URI[md5sum] = "ad4ca221c5209261cf0eaf2824b07b55" +SRC_URI[sha256sum] = "d61e7999f0cbb55d2b6e7dec7a6232389d3034de27c1e80b7d5c69d60dd58dbf" + +RDEPENDS_${PN} += " \ + python3-cliff \ + python3-jsonschema \ + python3-osc-lib \ + python3-oslo.utils \ + python3-pbr \ + python3-keystoneauth1 \ + python3-requests \ + python3-six \ + python3-stevedore \ + python3-debtcollector \ + " + +PYPI_PACKAGE = "python-designateclient" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf