summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python-django.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python-django.inc')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python-django.inc33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python-django.inc b/meta-openembedded/meta-python/recipes-devtools/python/python-django.inc
deleted file mode 100644
index d9ab3fd21f..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python-django.inc
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "A high-level Python Web framework"
-HOMEPAGE = "http://www.djangoproject.com/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
-
-PYPI_PACKAGE = "Django"
-inherit pypi
-
-UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
-
-FILES:${PN} += "${datadir}/django"
-
-BBCLASSEXTEND = "native nativesdk"
-
-RDEPENDS:${PN} += "\
- python3-compression \
- python3-ctypes \
- python3-datetime \
- python3-email \
- python3-html \
- python3-json \
- python3-logging \
- python3-multiprocessing \
- python3-netserver \
- python3-numbers \
- python3-pkgutil \
- python3-pytz \
- python3-threading \
- python3-unixadmin \
- python3-xml \
-"
-
-CVE_PRODUCT = "django"