diff options
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 | 6 |
1 files changed, 3 insertions, 3 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 be1dab476..8bfb8a6de 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,9 +11,9 @@ inherit pypi setuptools3 | |||
11 | PYPI_PACKAGE="unoconv" | 11 | PYPI_PACKAGE="unoconv" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-setuptools \ | 14 | python3-setuptools \ |
15 | ${PYTHON_PN}-core \ | 15 | python3-core \ |
16 | ${PYTHON_PN}-shell \ | 16 | python3-shell \ |
17 | " | 17 | " |
18 | 18 | ||
19 | do_install:append() { | 19 | do_install:append() { |