summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorJagadeesh Krishnanjanappa <workjagadeesh@gmail.com>2022-08-23 17:26:02 +0000
committerKhem Raj <raj.khem@gmail.com>2022-08-23 19:12:52 -0700
commitae8974f6baab6d5897b758fdfe99bef4bdc5fa2b (patch)
tree1f04e04e368ec1a80e300655147defc038ba5a39 /meta-python/recipes-devtools
parentdd108b984705fa7e81c301e7d526a95227f757db (diff)
downloadmeta-openembedded-ae8974f6baab6d5897b758fdfe99bef4bdc5fa2b.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.0.2.bb1
1 files changed, 1 insertions, 0 deletions
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 690b9809d..7f933d1a3 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
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \ 7 ${PYTHON_PN}-sqlparse \
8 ${PYTHON_PN}-asgiref \
8" 9"
9 10
10# Set DEFAULT_PREFERENCE so that the LTS version of django is built by 11# Set DEFAULT_PREFERENCE so that the LTS version of django is built by