diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django.inc | 30 |
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 11d5e63018..d9ab3fd21f 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" | |||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${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 | ||
33 | CVE_PRODUCT = "django" | 33 | CVE_PRODUCT = "django" |