From 18f6951ff709cc78c5519c0a593e39cf8c09f331 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 9 Dec 2015 11:44:21 -0500 Subject: python-django: uprev to 1.8.6 Move to use git to ease future uprevs. Note that a recipe for django exists in meta-python and since it is a versioned recipe instead of a "_git" recipe it seems to be picked up instead of our recipe, so we need to add a PREFERRED_VERSION to ensure our recipe is used. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-django_1.7.5.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django_1.7.5.bb (limited to 'meta-openstack/recipes-devtools/python/python-django_1.7.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb deleted file mode 100644 index b462e4d..0000000 --- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb +++ /dev/null @@ -1,20 +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=f09eb47206614a4954c51db8a94840fa" - -SRCNAME = "Django" - -SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "e76c70a5dd7d56a511974b28ab38df20" -SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -FILES_${PN} += "${datadir}/django/*" - -- cgit v1.2.3-54-g00ecf