From 9ce738a049683652493527751c3bae3800d2ed4b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 5 Feb 2014 11:24:50 -0500 Subject: jsonpointer: fix SRC_URI typo Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb index 7f097f9..712fce0 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb @@ -9,7 +9,7 @@ SRCNAME = "jsonpointer" SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -RC_URI[md5sum] = "51f0959e633b533057e9eb8cc508e468" +SRC_URI[md5sum] = "51f0959e633b533057e9eb8cc508e468" SRC_URI[sha256sum] = "a0fe333840d5191f14592ce9fc791bae57546564680a1aef5657edf88f29c366" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf