summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
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 "