diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -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 | " |
