summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django_git.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-01 09:56:50 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-02 16:34:08 -0400
commit9175b93c624ab858cf0a7c28d07385bd9f761b98 (patch)
treecaa091cf3333f4d2db70bf7213a24f0d11ea5f45 /meta-openstack/recipes-devtools/python/python-django_git.bb
parente8bc055161fd31c38db48e66aad62aef34fceb91 (diff)
downloadmeta-cloud-services-9175b93c624ab858cf0a7c28d07385bd9f761b98.tar.gz
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 <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django_git.bb21
1 files changed, 0 insertions, 21 deletions
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 @@
1DESCRIPTION = "A high-level Python Web framework"
2HOMEPAGE = "http://www.djangoproject.com/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
6
7SRCNAME = "Django"
8
9PV = "1.8.6"
10SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8"
11
12SRC_URI = " \
13 git://github.com/django/django.git;branch=stable/1.8.x \
14 "
15
16S = "${WORKDIR}/git"
17
18inherit setuptools3
19
20FILES_${PN} += "${datadir}/django/*"
21