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 <workjagadeesh@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jagadeesh Krishnanjanappa 2022-08-23 17:26:02 +00:00 committed by Khem Raj
parent dd108b9847
commit ae8974f6ba

View File

@ -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