diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-07-07 18:39:31 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-12 23:10:16 +0100 |
| commit | fd08714c26285ca7a4e56f634ff99d0594059393 (patch) | |
| tree | 578375d292af04ad21a02720b1b762e195052af4 /meta/recipes-devtools/python | |
| parent | 4473e64ba7793881d825cf980e3c3d40f77fedfc (diff) | |
| download | poky-fd08714c26285ca7a4e56f634ff99d0594059393.tar.gz | |
python3: Add compression to python3-shell dependencies
python3-shell needs python3-compression for tarfile.
(From OE-Core rev: fe5979534bd4fc1f3e5401c9a86e4aff571aec24)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python-3.5-manifest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc index 335c3ffdbb..eb9857ca2c 100644 --- a/meta/recipes-devtools/python/python-3.5-manifest.inc +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc | |||
| @@ -194,7 +194,7 @@ RDEPENDS_${PN}-resource="${PN}-core" | |||
| 194 | FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so " | 194 | FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so " |
| 195 | 195 | ||
| 196 | SUMMARY_${PN}-shell="Python shell-like functionality" | 196 | SUMMARY_${PN}-shell="Python shell-like functionality" |
| 197 | RDEPENDS_${PN}-shell="${PN}-core ${PN}-re" | 197 | RDEPENDS_${PN}-shell="${PN}-core ${PN}-re ${PN}-compression" |
| 198 | FILES_${PN}-shell="${libdir}/python3.5/cmd.* ${libdir}/python3.5/commands.* ${libdir}/python3.5/dircache.* ${libdir}/python3.5/fnmatch.* ${libdir}/python3.5/glob.* ${libdir}/python3.5/popen2.* ${libdir}/python3.5/shlex.* ${libdir}/python3.5/shutil.* " | 198 | FILES_${PN}-shell="${libdir}/python3.5/cmd.* ${libdir}/python3.5/commands.* ${libdir}/python3.5/dircache.* ${libdir}/python3.5/fnmatch.* ${libdir}/python3.5/glob.* ${libdir}/python3.5/popen2.* ${libdir}/python3.5/shlex.* ${libdir}/python3.5/shutil.* " |
| 199 | 199 | ||
| 200 | SUMMARY_${PN}-smtpd="Python Simple Mail Transport Daemon" | 200 | SUMMARY_${PN}-smtpd="Python Simple Mail Transport Daemon" |
