summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-09-09 15:41:33 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-10 14:45:33 -0400
commit8043269f64fea96af0450f018fde4544904938bd (patch)
tree6475872d3fc0362e8ed9bc804e3730171c5de844
parent11cdeeb5bd8b155674df9a7f91d041ca71d8492f (diff)
downloadmeta-cloud-services-dizzy-juno.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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-appconf_0.6.bb4
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"
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11" 11"
12 12
13SRC_URI[md5sum] = "40494042c3c8bd1e054c884e5ed4bb6c" 13SRC_URI[md5sum] = "6971f6c9df6b5213797578fecc1845d7"
14SRC_URI[sha256sum] = "a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c" 14SRC_URI[sha256sum] = "06b64baf26c7a436cbb81464e7a50047aea30db1059dbe6e09dc443efa23ba20"
15 15
16S = "${WORKDIR}/${SRCNAME}-${PV}" 16S = "${WORKDIR}/${SRCNAME}-${PV}"
17 17