summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-django.inc
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:24 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch)
tree660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python-django.inc
parent16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff)
downloadmeta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 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"
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"