diff options
| author | Derek Straka <derek@asterius.io> | 2017-11-29 13:31:04 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
| commit | 8a5f9f883cc693f157073ba18fccea7b5d99d406 (patch) | |
| tree | 795158e6c762ddb52c7d653358382335a597a2c4 /meta-python | |
| parent | 3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05 (diff) | |
| download | meta-openembedded-8a5f9f883cc693f157073ba18fccea7b5d99d406.tar.gz | |
python3-langtable: update RDEPENDS to work on minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
| -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 | " | ||
