summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb8
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"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669"
6 6
7PR = "r0"
8
9SRC_URI = "\ 7SRC_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
14PV = "2.23.0+git${SRCPV}" 12PV = "2.23.2+git${SRCPV}"
15SRCREV = "e0f5072907a00d48a183dd8fc91a6cf6038ca279" 13SRCREV = "4ab9db648653f7ea6b9f8b1c78bff672b20b913f"
16S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
17 15
18inherit setuptools monitor 16inherit setuptools monitor