diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-django.inc | 4 |
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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" |
5 | 5 | ||
6 | PYPI_PACKAGE = "Django" | 6 | PYPI_PACKAGE = "Django" |
7 | inherit pypi | 7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
8 | 8 | ||
9 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | 9 | inherit pypi |
10 | 10 | ||
11 | FILES:${PN} += "${datadir}/django" | 11 | FILES:${PN} += "${datadir}/django" |
12 | 12 | ||