summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django.inc')
-rw-r--r--meta-python/recipes-devtools/python/python3-django.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc
index d9ab3fd21f..6ff9192cac 100644
--- a/meta-python/recipes-devtools/python/python3-django.inc
+++ b/meta-python/recipes-devtools/python/python3-django.inc
@@ -4,9 +4,9 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
5 5
6PYPI_PACKAGE = "Django" 6PYPI_PACKAGE = "Django"
7inherit pypi 7UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
8 8
9UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" 9inherit pypi
10 10
11FILES:${PN} += "${datadir}/django" 11FILES:${PN} += "${datadir}/django"
12 12