diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 12:41:44 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:23 +0200 |
| commit | 910f8e04ec87a80d94d709733c8eaf19ad43193a (patch) | |
| tree | 1d267b494e8d22a24b599340d6fbf35c875ce6bf /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |
| parent | 1e2cec416f84ed982738e9bab1455fbddca4548e (diff) | |
| download | meta-cloud-services-910f8e04ec87a80d94d709733c8eaf19ad43193a.tar.gz | |
python-swiftclient: Downgrade to v3.1.0 and update dependency list
This is the version used for latest stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb index 2d5f83b..19b6a92 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |||
| @@ -9,8 +9,8 @@ SRCNAME = "swiftclient" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" | 10 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" |
| 11 | 11 | ||
| 12 | PV = "3.2.0+git${SRCPV}" | 12 | PV = "3.1.0+git${SRCPV}" |
| 13 | SRCREV = "5a620f83e88d1b52e013cedff4bc266bcf3c292a" | 13 | SRCREV = "cbd71a8b5a7339f3ed297ae410a4836b2d56634a" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools python-dir | 16 | inherit setuptools python-dir |
| @@ -30,6 +30,9 @@ DEPENDS += " \ | |||
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | RDEPENDS_${PN} += " \ | 32 | RDEPENDS_${PN} += " \ |
| 33 | python-simplejson \ | 33 | python-futures \ |
| 34 | python-pbr \ | 34 | python-pbr \ |
| 35 | python-requests \ | ||
| 36 | python-simplejson \ | ||
| 37 | python-six \ | ||
| 35 | " | 38 | " |
