diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-18 16:39:07 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-18 16:39:07 -0500 |
| commit | e7c3dccb021a3d1852267c884df9ed2dca4b3058 (patch) | |
| tree | b8ca84297bbf5f0e8a37bd077bd89eb19dbb208e /meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb | |
| parent | aa510fae646ffbb3738bec3d7c38cfb3e68d1e02 (diff) | |
| download | meta-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/python/python-testresources_0.2.7.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb | 5 |
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 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42" | 12 | SRC_URI[md5sum] = "db2e774be2a6f5754cbbf4c537f823d0" |
| 13 | SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3" | 13 | SRC_URI[sha256sum] = "ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231" |
| 14 | |||
| 15 | 14 | ||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 17 | 16 | ||
