diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-28 09:20:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-30 15:47:33 -0400 |
| commit | de4ebbed303b40bb3270a4b793bb1469418c7d6e (patch) | |
| tree | 045a6794daabbdae280aa49470ff5ac07a44b591 /meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb | |
| parent | b3006772734204e678d641ae1659f98e86ad5ee7 (diff) | |
| download | meta-cloud-services-de4ebbed303b40bb3270a4b793bb1469418c7d6e.tar.gz | |
python3-zaqarclient: Change to python3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb b/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb new file mode 100644 index 0000000..89c3081 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | DESCRIPTION = "Python Zaqar Client" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-zaqarclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "c64e74d1f69321cb2f33721974c793cac1172eb8397056dfc39a7eb3d9c036de" | ||
| 8 | |||
| 9 | DEPENDS += " \ | ||
| 10 | python3-pip \ | ||
| 11 | python3-pbr \ | ||
| 12 | " | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python3-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} +=" \ | ||
| 20 | python3-pbr \ | ||
| 21 | python3-requests \ | ||
| 22 | python3-six \ | ||
| 23 | python3-stevedore \ | ||
| 24 | python3-jsonschema \ | ||
| 25 | python3-oslo.i18n \ | ||
| 26 | python3-oslo.log \ | ||
| 27 | python3-oslo.utils \ | ||
| 28 | python3-keystoneauth1 \ | ||
| 29 | python3-osc-lib \ | ||
| 30 | " | ||
| 31 | |||
| 32 | PYPI_PACKAGE = "python-zaqarclient" | ||
| 33 | |||
| 34 | inherit setuptools3 pypi | ||
