summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-django.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-django.inc33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc
deleted file mode 100644
index d9ab3fd21f..0000000000
--- a/meta-python/recipes-devtools/python/python-django.inc
+++ /dev/null
@@ -1,33 +0,0 @@
1SUMMARY = "A high-level Python Web framework"
2HOMEPAGE = "http://www.djangoproject.com/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
5
6PYPI_PACKAGE = "Django"
7inherit pypi
8
9UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
10
11FILES:${PN} += "${datadir}/django"
12
13BBCLASSEXTEND = "native nativesdk"
14
15RDEPENDS:${PN} += "\
16 python3-compression \
17 python3-ctypes \
18 python3-datetime \
19 python3-email \
20 python3-html \
21 python3-json \
22 python3-logging \
23 python3-multiprocessing \
24 python3-netserver \
25 python3-numbers \
26 python3-pkgutil \
27 python3-pytz \
28 python3-threading \
29 python3-unixadmin \
30 python3-xml \
31"
32
33CVE_PRODUCT = "django"