summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-django.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-django.inc30
1 files changed, 15 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc
index 11d5e6301..d9ab3fd21 100644
--- a/meta-python/recipes-devtools/python/python-django.inc
+++ b/meta-python/recipes-devtools/python/python-django.inc
@@ -13,21 +13,21 @@ FILES:${PN} += "${datadir}/django"
13BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"
14 14
15RDEPENDS:${PN} += "\ 15RDEPENDS:${PN} += "\
16 ${PYTHON_PN}-compression \ 16 python3-compression \
17 ${PYTHON_PN}-ctypes \ 17 python3-ctypes \
18 ${PYTHON_PN}-datetime \ 18 python3-datetime \
19 ${PYTHON_PN}-email \ 19 python3-email \
20 ${PYTHON_PN}-html \ 20 python3-html \
21 ${PYTHON_PN}-json \ 21 python3-json \
22 ${PYTHON_PN}-logging \ 22 python3-logging \
23 ${PYTHON_PN}-multiprocessing \ 23 python3-multiprocessing \
24 ${PYTHON_PN}-netserver \ 24 python3-netserver \
25 ${PYTHON_PN}-numbers \ 25 python3-numbers \
26 ${PYTHON_PN}-pkgutil \ 26 python3-pkgutil \
27 ${PYTHON_PN}-pytz \ 27 python3-pytz \
28 ${PYTHON_PN}-threading \ 28 python3-threading \
29 ${PYTHON_PN}-unixadmin \ 29 python3-unixadmin \
30 ${PYTHON_PN}-xml \ 30 python3-xml \
31" 31"
32 32
33CVE_PRODUCT = "django" 33CVE_PRODUCT = "django"