diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-09 15:41:33 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-10 14:45:33 -0400 |
commit | 8043269f64fea96af0450f018fde4544904938bd (patch) | |
tree | 6475872d3fc0362e8ed9bc804e3730171c5de844 /meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb | |
parent | 11cdeeb5bd8b155674df9a7f91d041ca71d8492f (diff) | |
download | meta-cloud-services-8043269f64fea96af0450f018fde4544904938bd.tar.gz |
python-django-appconf: use correct hashesdizzy-juno
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb b/meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb index f406708..4ed2392 100644 --- a/meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb +++ b/meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb | |||
@@ -10,8 +10,8 @@ SRCNAME = "django-appconf" | |||
10 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 10 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "40494042c3c8bd1e054c884e5ed4bb6c" | 13 | SRC_URI[md5sum] = "6971f6c9df6b5213797578fecc1845d7" |
14 | SRC_URI[sha256sum] = "a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c" | 14 | SRC_URI[sha256sum] = "06b64baf26c7a436cbb81464e7a50047aea30db1059dbe6e09dc443efa23ba20" |
15 | 15 | ||
16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
17 | 17 | ||