diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:20 -0800 |
commit | 70664268a41cd6893f18e48d0a1ba4fafc5a6955 (patch) | |
tree | 954f31c8b09ea348ab76e062ea6d632ef702074d /meta-python | |
parent | a5a6b673d19a8e88aa5e836ff09222221138ab90 (diff) | |
download | meta-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.bb | 1 |
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 | ||
11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${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 \ |