diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-07 13:33:59 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | b4b10ec3f1c2494255e2c0dd17672177f8001807 (patch) | |
| tree | 001aeeafb88a81827275d5531cd61c7442717430 /meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |
| parent | 5a79acd58af3e9ba07a7b91f8bc456dd869edbbd (diff) | |
| download | meta-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.bb | 7 |
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 | ||
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" | 10 | SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "e1079ade7e1956c8ea0613ca7910ab54" | 12 | PV="git${SRCPV}" |
| 13 | SRC_URI[sha256sum] = "f48c9c159ea8efd617f0379d1df060ea53f40f40e29ebe733464779267a314e6" | 13 | SRCREV="1d2263dae339590b60250793bc81ec5776845060" |
| 14 | S = "${WORKDIR}/git" | ||
| 14 | 15 | ||
| 15 | inherit setuptools | 16 | inherit setuptools |
| 16 | 17 | ||
