diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:33 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:21 -0800 |
commit | 864f16d68665bef221553690a6b83c2614fbae24 (patch) | |
tree | d2ee592bb63baa8dfd10aa5915d1906c7de5dec8 /meta-python/recipes-devtools/python/python-django.inc | |
parent | 5c725616cd93e9f873b06b282222f758dbc70d57 (diff) | |
download | meta-openembedded-864f16d68665bef221553690a6b83c2614fbae24.tar.gz |
python3-django: remove unneeded distutils dependency
Nothing in the source tree requires it at runtime.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index e030ff4087..11d5e63018 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc | |||
@@ -28,7 +28,6 @@ RDEPENDS:${PN} += "\ | |||
28 | ${PYTHON_PN}-threading \ | 28 | ${PYTHON_PN}-threading \ |
29 | ${PYTHON_PN}-unixadmin \ | 29 | ${PYTHON_PN}-unixadmin \ |
30 | ${PYTHON_PN}-xml \ | 30 | ${PYTHON_PN}-xml \ |
31 | ${PYTHON_PN}-distutils \ | ||
32 | " | 31 | " |
33 | 32 | ||
34 | CVE_PRODUCT = "django" | 33 | CVE_PRODUCT = "django" |