summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-18 16:39:07 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-18 16:39:07 -0500
commite7c3dccb021a3d1852267c884df9ed2dca4b3058 (patch)
treeb8ca84297bbf5f0e8a37bd077bd89eb19dbb208e /meta-openstack/recipes-devtools
parentaa510fae646ffbb3738bec3d7c38cfb3e68d1e02 (diff)
downloadmeta-cloud-services-e7c3dccb021a3d1852267c884df9ed2dca4b3058.tar.gz
python-testresources: fix invalid checksums
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb b/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
index bb2dd92..c90062e 100644
--- a/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
+++ b/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
@@ -9,9 +9,8 @@ SRCNAME = "testresources"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42" 12SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0"
13SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3" 13SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231"
14
15 14
16S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
17 16