summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:29 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:20 -0800
commit70664268a41cd6893f18e48d0a1ba4fafc5a6955 (patch)
tree954f31c8b09ea348ab76e062ea6d632ef702074d /meta-python
parenta5a6b673d19a8e88aa5e836ff09222221138ab90 (diff)
downloadmeta-openembedded-70664268a41cd6893f18e48d0a1ba4fafc5a6955.tar.gz
python3-pyroute2: remove unused distutils dependency
It's not mentioned in source tree. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb
index baf3cf8ede..9365a330ec 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb
@@ -10,7 +10,6 @@ inherit setuptools3 pypi ptest
10 10
11RDEPENDS:${PN} += " \ 11RDEPENDS:${PN} += " \
12 python3-ctypes \ 12 python3-ctypes \
13 python3-distutils \
14 python3-io \ 13 python3-io \
15 python3-json \ 14 python3-json \
16 python3-fcntl \ 15 python3-fcntl \