summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-django.inc3
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.9.bb5
2 files changed, 2 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc
index 317793abba..589f6a5b85 100644
--- a/meta-python/recipes-devtools/python/python3-django.inc
+++ b/meta-python/recipes-devtools/python/python3-django.inc
@@ -15,6 +15,7 @@ FILES:${PN} += "${datadir}/django"
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
16 16
17RDEPENDS:${PN} += "\ 17RDEPENDS:${PN} += "\
18 python3-asgiref \
18 python3-compression \ 19 python3-compression \
19 python3-ctypes \ 20 python3-ctypes \
20 python3-datetime \ 21 python3-datetime \
@@ -27,6 +28,7 @@ RDEPENDS:${PN} += "\
27 python3-numbers \ 28 python3-numbers \
28 python3-pkgutil \ 29 python3-pkgutil \
29 python3-pytz \ 30 python3-pytz \
31 python3-sqlparse \
30 python3-threading \ 32 python3-threading \
31 python3-unixadmin \ 33 python3-unixadmin \
32 python3-xml \ 34 python3-xml \
@@ -45,7 +47,6 @@ do_install_ptest(){
45 47
46RDEPENDS:${PN}-ptest += " \ 48RDEPENDS:${PN}-ptest += " \
47 gettext \ 49 gettext \
48 python3-asgiref \
49 python3-bcrypt \ 50 python3-bcrypt \
50 python3-compile \ 51 python3-compile \
51 python3-docutils \ 52 python3-docutils \
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
index fa9fb2e929..11f438d623 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
@@ -5,8 +5,3 @@ SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch \
5 file://0001-Fix-test_strip_tags-test.patch \ 5 file://0001-Fix-test_strip_tags-test.patch \
6" 6"
7SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495" 7SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"
8
9RDEPENDS:${PN} += "\
10 python3-sqlparse \
11 python3-asgiref \
12"