diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-13 14:32:26 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-14 12:38:27 -0500 |
| commit | 21131522c5781b593ebb9cc742966836a80bbe42 (patch) | |
| tree | c5e145c77185186c7079329eda97df952cf6b1c2 /meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb | |
| parent | 4f88e371c88f8e6c589eb6ab5b482113226cdb33 (diff) | |
| download | meta-cloud-services-21131522c5781b593ebb9cc742966836a80bbe42.tar.gz | |
python-osc-lib: uprev to v1.7.0
This uprev is required for the uprev of python-neutronclient to
stable/pike.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb new file mode 100644 index 0000000..64e1a17 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "OpenStackClient Library" | ||
| 2 | HOMEPAGE = "http://opensource.perlig.de/rcssmin/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "8bae654318c8c82d341f7228cfa3ec2d" | ||
| 8 | SRC_URI[sha256sum] = "7dee72f13e5478f8d3d836267fa019b99ed4d5e478fc08bbcc9e23029d11ec78" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-pbr \ | ||
| 14 | python-six \ | ||
| 15 | python-babel \ | ||
| 16 | python-cliff \ | ||
| 17 | python-keystoneauth1 \ | ||
| 18 | python-os-client-config \ | ||
| 19 | python-oslo.i18n \ | ||
| 20 | python-oslo.utils \ | ||
| 21 | python-simplejson \ | ||
| 22 | python-stevedore \ | ||
| 23 | " | ||
| 24 | |||
| 25 | CLEANBROKEN = "1" | ||
