diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-05-31 11:21:36 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-07 11:44:16 +0200 |
| commit | 7956645e568775bc241c99843fd58e676432bfe5 (patch) | |
| tree | 012fc5b30939620da5332511c58519d0e479c29c /meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |
| parent | b462b346c63220c48306bfa8b76be8afacacc3d1 (diff) | |
| download | meta-cloud-services-7956645e568775bc241c99843fd58e676432bfe5.tar.gz | |
python-novaclient: Uprev to 6.0.1
This is used by latest stable/newton
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 9daaf67..362b88e 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -5,12 +5,12 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" |
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | git://github.com/openstack/python-novaclient.git;branch=master \ | 8 | git://github.com/openstack/python-novaclient.git;branch=stable/newton \ |
| 9 | file://nova-api-check.sh \ | 9 | file://nova-api-check.sh \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | PV = "2.33.0+git${SRCPV}" | 12 | PV = "6.0.1+git${SRCPV}" |
| 13 | SRCREV = "a5363ae0d60d41feff23f6cca44fcd7aa9fc5b8b" | 13 | SRCREV = "9c731d51e3d7417cd9ff006d884ba5e57d8bdea6" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools monitor rmargparse | 16 | inherit setuptools monitor rmargparse |
