diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:31 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:21 -0800 |
| commit | 19378a686b26616d590909b4e822919881433308 (patch) | |
| tree | b836cd4d8917ba92a20e7c0fe602fcf305976b5c /meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb | |
| parent | 1ae3d1fe6aea86e5d5cb3dbd35804d212f2a7220 (diff) | |
| download | meta-openembedded-19378a686b26616d590909b4e822919881433308.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb b/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb index 3c944b4f2c..be1dab476c 100644 --- a/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb | |||
| @@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
| 11 | PYPI_PACKAGE="unoconv" | 11 | PYPI_PACKAGE="unoconv" |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
| 14 | ${PYTHON_PN}-distutils \ | 14 | ${PYTHON_PN}-setuptools \ |
| 15 | ${PYTHON_PN}-core \ | 15 | ${PYTHON_PN}-core \ |
| 16 | ${PYTHON_PN}-shell \ | 16 | ${PYTHON_PN}-shell \ |
| 17 | " | 17 | " |
