From 01e4b86ca1b9202744b81447b153244e8139ad6c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Thu, 5 Mar 2020 16:56:38 +0000 Subject: python3-django: fix UPSTREAM_CHECK_REGEX Fixes: INFO: Skip package python3-django (status = UNKNOWN_BROKEN, current version = 2.2.7, next version = 1.15) After this commit: INFO: python3-django, 2.2.7, 3.0.4, None, N/A Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-django.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-django.inc') diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 63d025d54a..54c77c8276 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" PYPI_PACKAGE = "Django" inherit pypi -UPSTREAM_CHECK_REGEX = "(?P1(\.\d+)+)" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)/" FILES_${PN} += "${datadir}/django" -- cgit 1.2.3-korg