diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-15 13:58:30 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-16 15:12:21 -0400 |
| commit | b19bf1efdc8a565317f97039768f89b4cf464680 (patch) | |
| tree | 2870894e27b57760b9bebc357d2cddc37ebd3f50 /meta-openstack/recipes-devtools/python | |
| parent | 788e038c676a638f07a09b7bd42d87bbefcfceaf (diff) | |
| download | meta-cloud-services-b19bf1efdc8a565317f97039768f89b4cf464680.tar.gz | |
python-heatclient: upgrade to 0.4.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index 2b9d34a..b83fc77 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb | |||
| @@ -23,8 +23,8 @@ SRCNAME = "heatclient" | |||
| 23 | 23 | ||
| 24 | SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" | 24 | SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" |
| 25 | 25 | ||
| 26 | PV="0.3.0+git${SRCPV}" | 26 | PV = "0.4.0+git${SRCPV}" |
| 27 | SRCREV="065d02499ad77b9c481a83dce973cfa4fbb26711" | 27 | SRCREV = "6d528f005742263837d05250662bf6214a703da8" |
| 28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
| 29 | 29 | ||
| 30 | inherit setuptools | 30 | inherit setuptools |
