diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-02-05 10:29:41 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 08:24:03 -0500 |
| commit | 61ac6da3641f19000d618f878558f24d91fc6137 (patch) | |
| tree | dd14a22d2ac9393b70a7ca0e8d542808c6181691 /meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb | |
| parent | 6015db1bff4d04ecc16cfc38bebade40bf0b9941 (diff) | |
| download | meta-cloud-services-61ac6da3641f19000d618f878558f24d91fc6137.tar.gz | |
python3-designateclient: upgrade 4.1.0 -> 4.2.0
Signed-off-by: Wang Mingyu <wangmy@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.bb | 34 |
1 files changed, 0 insertions, 34 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 deleted file mode 100644 index 83ebd97..0000000 --- a/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python bindings to the Designate API" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-designateclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python3-pip \ | ||
| 9 | python3-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python3-pbr-native \ | ||
| 15 | " | ||
| 16 | SRC_URI[md5sum] = "29f1ebf4352162e4e8d3a6d6f9ab1eb4" | ||
| 17 | SRC_URI[sha256sum] = "a5b800d767d6626057e1cefd0c6a35936ba5009e822d5b0df05aaa6ae7efaab9" | ||
| 18 | |||
| 19 | RDEPENDS_${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 | |||
| 32 | PYPI_PACKAGE = "python-designateclient" | ||
| 33 | |||
| 34 | inherit setuptools3 pypi | ||
