summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_4.2.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.10.bb b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb
index 45de692356..c78c8aab5e 100644
--- a/meta-python/recipes-devtools/python/python3-django_4.2.10.bb
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.10.bb
@@ -4,8 +4,8 @@ inherit setuptools3
4SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13" 4SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"
5 5
6RDEPENDS:${PN} += "\ 6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \ 7 python3-sqlparse \
8 ${PYTHON_PN}-asgiref \ 8 python3-asgiref \
9" 9"
10 10
11# 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