summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-07 13:33:59 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commitb4b10ec3f1c2494255e2c0dd17672177f8001807 (patch)
tree001aeeafb88a81827275d5531cd61c7442717430 /meta-openstack/recipes-devtools/python/python-novaclient_git.bb
parent5a79acd58af3e9ba07a7b91f8bc456dd869edbbd (diff)
downloadmeta-cloud-services-b4b10ec3f1c2494255e2c0dd17672177f8001807.tar.gz
python-novaclient: uprev and switch to git based build
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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