diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb index 362ca1a72b..4a3b2a96f8 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb | |||
@@ -20,3 +20,13 @@ DISTUTILS_INSTALL_ARGS = "--prefix=${D}/${prefix} \ | |||
20 | --install-data=${D}/${datadir}/langtable" | 20 | --install-data=${D}/${datadir}/langtable" |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/*" | 22 | FILES_${PN} += "${datadir}/*" |
23 | |||
24 | RDEPENDS_${PN} += " \ | ||
25 | ${PYTHON_PN}-argparse \ | ||
26 | ${PYTHON_PN}-compression \ | ||
27 | ${PYTHON_PN}-doctest \ | ||
28 | ${PYTHON_PN}-enum \ | ||
29 | ${PYTHON_PN}-logging \ | ||
30 | ${PYTHON_PN}-signal \ | ||
31 | ${PYTHON_PN}-xml \ | ||
32 | " | ||