From e7c3dccb021a3d1852267c884df9ed2dca4b3058 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 18 Dec 2013 16:39:07 -0500 Subject: python-testresources: fix invalid checksums Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb') 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" SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42" -SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3" - +SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0" +SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf