diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-09 10:19:14 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-09 10:21:20 -0500 |
| commit | a0c214734ab594d018354c5262b653aeb428a20b (patch) | |
| tree | 24c832739c87902da2de4f945f8faa8fae465b28 /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | 03a27c5be9e82add58c8d2f02d7b0f69fe78b9c3 (diff) | |
| download | meta-cloud-services-a0c214734ab594d018354c5262b653aeb428a20b.tar.gz | |
python-*client: update PV to include client version
Rather than only using the git has for the client apis, we'll also use
the latest tagged version. This makes the mapping to pypi and capabilities
much simpler.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index b9a353d..9b8ed60 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -10,14 +10,14 @@ SRCNAME = "python-cinderclient" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" | 11 | SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" |
| 12 | 12 | ||
| 13 | PV="git${SRCPV}" | 13 | PV="1.0.7+git${SRCPV}" |
| 14 | SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" | 14 | SRCREV="8fc5ae480eafffc7e1bea046ad9b8e06350b008e" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | 19 | RDEPENDS_${PN} += "python-prettytable \ |
| 20 | python-simplejson \ | 20 | python-simplejson \ |
| 21 | python-requests \ | 21 | python-requests \ |
| 22 | python-setuptools-git \ | 22 | python-setuptools-git \ |
| 23 | " | 23 | " |
