From 1a7ac38723059420debad0b9813bbba8095eb895 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 26 Feb 2014 14:18:02 -0500 Subject: django: uprev openstack-auth and django-core Horizon's Havana dependencies indicate that we should be using a 1.1.x openstack auth, and a newer django interface. Updating these two packages allows horizon to sucessfully add and modify users/roles, etc. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-django_1.4.5.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django_1.4.5.bb (limited to 'meta-openstack/recipes-devtools/python/python-django_1.4.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python-django_1.4.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.4.5.bb deleted file mode 100644 index 1d56757..0000000 --- a/meta-openstack/recipes-devtools/python/python-django_1.4.5.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "A high-level Python Web framework" -HOMEPAGE = "http://www.djangoproject.com/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fa8608154dcdd4029ae653131d4b7365" - -PR = "r0" -SRCNAME = "Django" - -SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "851d00905eb70e4aa6384b3b8b111fb7" -SRC_URI[sha256sum] = "0e1e8c4217299672bbf9404994717fca2d8d4b7a4f7b8b3b74d413e1fda81428" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -FILES_${PN} += "${datadir}/django/*" - -- cgit v1.2.3-54-g00ecf