summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django_git.bb
diff options
context:
space:
mode:
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