python3-unoconv: rely on setuptools to obtain distutils copy

The source contains:
from distutils.version import LooseVersion

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2023-12-15 08:52:31 +01:00
committed by Khem Raj
parent 1ae3d1fe6a
commit 19378a686b

View File

@@ -11,7 +11,7 @@ inherit pypi setuptools3
PYPI_PACKAGE="unoconv"
RDEPENDS:${PN} += "\
${PYTHON_PN}-distutils \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-core \
${PYTHON_PN}-shell \
"