summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb
diff options
context:
space:
mode:
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.bb6
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
11PYPI_PACKAGE="unoconv" 11PYPI_PACKAGE="unoconv"
12 12
13RDEPENDS:${PN} += "\ 13RDEPENDS:${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
19do_install:append() { 19do_install:append() {