From 9175b93c624ab858cf0a7c28d07385bd9f761b98 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 1 Sep 2020 09:56:50 +0800 Subject: python-django: Remove recipe Because python is no longer maintained, delete the python2 version of the recipe. The python3 version already exists, located at: meta-openembedded/meta-python/recipes-devtools/python/python3-django_2.2.13.bb Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-django_git.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-django_git.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb deleted file mode 100644 index 2008604..0000000 --- a/meta-openstack/recipes-devtools/python/python-django_git.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=f09eb47206614a4954c51db8a94840fa" - -SRCNAME = "Django" - -PV = "1.8.6" -SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8" - -SRC_URI = " \ - git://github.com/django/django.git;branch=stable/1.8.x \ - " - -S = "${WORKDIR}/git" - -inherit setuptools3 - -FILES_${PN} += "${datadir}/django/*" - -- cgit v1.2.3-54-g00ecf