From 4db815b707053842578b94d9bb5d63481bce5a4d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 5 Feb 2014 11:25:03 -0500 Subject: pastedeploy: add SRC_URI checksums oe-core master (as of January 2014) errors on a missing SRC_URI, so we fill in this missing value. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb index ca97a25..51add47 100644 --- a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb +++ b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb @@ -9,8 +9,8 @@ SRCNAME = "PasteDeploy" SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "" -SRC_URI[sha256sum] = "" +SRC_URI[md5sum] = "f1a068a0b680493b6eaff3dd7690690f" +SRC_URI[sha256sum] = "61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf