summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb7
1 files changed, 4 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 06fd848..22425a0 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -7,10 +7,11 @@ DEPENDS = "python-setuptools-git"
7 7
8PR = "r0" 8PR = "r0"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" 10SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master"
11 11
12SRC_URI[md5sum] = "e1079ade7e1956c8ea0613ca7910ab54" 12PV="git${SRCPV}"
13SRC_URI[sha256sum] = "f48c9c159ea8efd617f0379d1df060ea53f40f40e29ebe733464779267a314e6" 13SRCREV="1d2263dae339590b60250793bc81ec5776845060"
14S = "${WORKDIR}/git"
14 15
15inherit setuptools 16inherit setuptools
16 17