diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-09-02 12:24:30 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 15:51:04 -0400 |
| commit | ac0bac888e6d8d64dec632d319002f8d3c53ab8a (patch) | |
| tree | 12c18f282db2bc94c886d3ecdc6a8d71e0447fe8 /meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |
| parent | c288dd6150a2437366de6d234b00b45ed6011dec (diff) | |
| download | meta-cloud-services-ac0bac888e6d8d64dec632d319002f8d3c53ab8a.tar.gz | |
python-os-client-config: Add python3 version
Providing a python3 version of python-os-client-config.
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/python-os-client-config_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb index a48f2c4..3f42bdc 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb | |||
| @@ -1,31 +1,2 @@ | |||
| 1 | DESCRIPTION = "OpenStack Client Configuation Library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/os-client-config" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PV = "1.28.0" | ||
| 8 | SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081" | ||
| 9 | |||
| 10 | SRCNAME = "os-client-config" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | 1 | inherit setuptools |
| 16 | 2 | require python-os-client-config.inc | |
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | # Satisfy setup.py 'setup_requires' | ||
| 21 | DEPENDS += " \ | ||
| 22 | python-pbr-native \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-pbr \ | ||
| 27 | python-pyyaml \ | ||
| 28 | python-appdirs \ | ||
| 29 | python-keystoneauth1 \ | ||
| 30 | python-requestsexceptions \ | ||
| 31 | " | ||
