From ae8974f6baab6d5897b758fdfe99bef4bdc5fa2b Mon Sep 17 00:00:00 2001 From: Jagadeesh Krishnanjanappa Date: Tue, 23 Aug 2022 17:26:02 +0000 Subject: [PATCH] python3-django: Add python3-asgiref runtime dependency Add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_4.0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-django_4.0.2.bb b/meta-python/recipes-devtools/python/python3-django_4.0.2.bb index 690b9809dc..7f933d1a37 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.0.2.bb @@ -5,6 +5,7 @@ SRC_URI[sha256sum] = "110fb58fb12eca59e072ad59fc42d771cd642dd7a2f2416582aa9da7a8 RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \ + ${PYTHON_PN}-asgiref \ " # Set DEFAULT_PREFERENCE so that the LTS version of django is built by