summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-17 13:49:50 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-17 14:39:24 -0500
commit5bf8903617c9d754c904a94ac337ad17536f2b30 (patch)
tree53d205c27a60b8c64184e5f505af88fc23f9f80a /meta-openstack/recipes-devtools/python
parentbe8a24d60cc68e2c2a47f290201abe5ed2f062d8 (diff)
downloadmeta-cloud-services-5bf8903617c9d754c904a94ac337ad17536f2b30.tar.gz
python-stevedore: uprev to 1.19.1
Required uprev to support python-oslo.config uprev to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@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-stevedore_1.19.1.bb (renamed from meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb
index 0029c2a..ffd2997 100644
--- a/meta-openstack/recipes-devtools/python/python-stevedore_1.9.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7 7
8SRCNAME = "stevedore" 8SRCNAME = "stevedore"
9SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "http://pypi.io/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "53e2bc3b49dd9c920cfce7f63822b1a5" 11SRC_URI[md5sum] = "f02de21fc0efac440db3a6d716068669"
12SRC_URI[sha256sum] = "cc19908840498ed5f7cb5cf59bbe47b41aa9d65821548e2b3c8a99a571cbec06" 12SRC_URI[sha256sum] = "c963858176fdbac899859a9e215411d024e3a46655034a853e0f3b57947c9856"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
@@ -28,4 +28,5 @@ DEPENDS += " \
28RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
29 python-pbr \ 29 python-pbr \
30 python-argparse \ 30 python-argparse \
31 python-six \
31 " 32 "