From aa510fae646ffbb3738bec3d7c38cfb3e68d1e02 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 18 Dec 2013 16:36:46 -0500 Subject: python-extras: correct invalid checksums Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb b/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb index fe27a3f..ebe2f58 100644 --- a/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb +++ b/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb @@ -9,8 +9,8 @@ SRCNAME = "extras" SRC_URI = "https://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "03ce207391454db37279e78ce2112365" -SRC_URI[sha256sum] = "534ff6feefe1cd03984f444e6415aacc79c0a85f3b868ec41a2fd5003004c31e" +SRC_URI[md5sum] = "62d8ba049e3386a6df69b413ea81517b" +SRC_URI[sha256sum] = "7a60d84cb661b477c41a5ea35e931ae93860af8cd259ecc0a38a32ef1ae9ffc0" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf