diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-20 14:51:34 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:28:50 -0400 |
| commit | bd3c9b2bb3247db1b5d159d032256621f334f959 (patch) | |
| tree | c210265386a5808dcf8e1e1a261eec8522a420a3 /meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb | |
| parent | 04127165a1c828ea1b529d5410c9596ada9c7cc5 (diff) | |
| download | meta-cloud-services-bd3c9b2bb3247db1b5d159d032256621f334f959.tar.gz | |
python3-saharaclient: upgrade 2.3.0 -> 3.2.1
Consolidate inc and bb files into a single bb file.
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-saharaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb index 806cd76..9ec4c56 100644 --- a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb | |||
| @@ -1,2 +1,30 @@ | |||
| 1 | require python-saharaclient.inc | 1 | DESCRIPTION = "CLI and python client library for OpenStack Sahara" |
| 2 | HOMEPAGE = "https://launchpad.net/sahara" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | ${PYTHON_PN}-pip \ | ||
| 9 | ${PYTHON_PN}-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | ${PYTHON_PN}-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | ${PYTHON_PN}-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRCNAME = "saharaclient" | ||
| 22 | |||
| 2 | inherit setuptools3 | 23 | inherit setuptools3 |
| 24 | |||
| 25 | SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" | ||
| 26 | |||
| 27 | PV = "3.2.1+git${SRCPV}" | ||
| 28 | SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811" | ||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | |||
