diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:21 -0800 |
| commit | a293a7128af89a7cace861333b13387bccbf5de2 (patch) | |
| tree | 583aa706f10de3abcecc3e4fdf8619316cb89c4f | |
| parent | 864f16d68665bef221553690a6b83c2614fbae24 (diff) | |
| download | meta-openembedded-a293a7128af89a7cace861333b13387bccbf5de2.tar.gz | |
python3-pillow: remove unneeded distutils dependency
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb index 322c90eda5..f895b1db32 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb | |||
| @@ -39,7 +39,6 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 39 | jpeg-tools \ | 39 | jpeg-tools \ |
| 40 | libwebp \ | 40 | libwebp \ |
| 41 | ${PYTHON_PN}-core \ | 41 | ${PYTHON_PN}-core \ |
| 42 | ${PYTHON_PN}-distutils \ | ||
| 43 | ${PYTHON_PN}-image \ | 42 | ${PYTHON_PN}-image \ |
| 44 | ${PYTHON_PN}-mmap \ | 43 | ${PYTHON_PN}-mmap \ |
| 45 | ${PYTHON_PN}-pytest \ | 44 | ${PYTHON_PN}-pytest \ |
