diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-08 18:33:48 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | b540b1b9f3b6586fe15015f2f72ea8d03d96a038 (patch) | |
| tree | a4b126c0f479b330ee466e92767aa65839b067e2 /meta-openstack | |
| parent | ccf2154d64091bee13cf1f3b02c62f9d023923c9 (diff) | |
| download | meta-cloud-services-b540b1b9f3b6586fe15015f2f72ea8d03d96a038.tar.gz | |
python-novaclient: upgrade to 2.23.2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 1454a7c..1e60fb4 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -4,15 +4,13 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 10 | git://github.com/openstack/python-novaclient.git;branch=master \ | 8 | git://github.com/openstack/python-novaclient.git;branch=stable/kilo \ |
| 11 | file://nova-api-check.sh \ | 9 | file://nova-api-check.sh \ |
| 12 | " | 10 | " |
| 13 | 11 | ||
| 14 | PV = "2.23.0+git${SRCPV}" | 12 | PV = "2.23.2+git${SRCPV}" |
| 15 | SRCREV = "e0f5072907a00d48a183dd8fc91a6cf6038ca279" | 13 | SRCREV = "4ab9db648653f7ea6b9f8b1c78bff672b20b913f" |
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | 15 | ||
| 18 | inherit setuptools monitor | 16 | inherit setuptools monitor |
