diff options
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 | ||
