diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-20 17:41:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:32 +0000 |
commit | 4669afac1004a89e6b87ec46136ca3e7448700d4 (patch) | |
tree | 317a2a980918ef3dac5d725a9597f7e92b5d3637 /meta/recipes-devtools/python/python-3.3-manifest.inc | |
parent | 081bc11c347d11d285f2948127bca81a285ada84 (diff) | |
download | openembedded-core-4669afac1004a89e6b87ec46136ca3e7448700d4.tar.gz openembedded-core-4669afac1004a89e6b87ec46136ca3e7448700d4.tar.bz2 openembedded-core-4669afac1004a89e6b87ec46136ca3e7448700d4.zip |
python3: sync module dependencies from 2.7
These have been added recently to 2.7 but were missing in the 3.3
script/inc file.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-3.3-manifest.inc')
-rw-r--r-- | meta/recipes-devtools/python/python-3.3-manifest.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-3.3-manifest.inc b/meta/recipes-devtools/python/python-3.3-manifest.inc index 2cfc3aea90..ea56970842 100644 --- a/meta/recipes-devtools/python/python-3.3-manifest.inc +++ b/meta/recipes-devtools/python/python-3.3-manifest.inc @@ -138,7 +138,7 @@ RDEPENDS_${PN}-mmap="${PN}-core ${PN}-io" FILES_${PN}-mmap="${libdir}/python3.3/lib-dynload/mmap.*.so " SUMMARY_${PN}-multiprocessing="Python multiprocessing support" -RDEPENDS_${PN}-multiprocessing="${PN}-core ${PN}-io ${PN}-lang" +RDEPENDS_${PN}-multiprocessing="${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-threading ${PN}-ctypes ${PN}-mmap" FILES_${PN}-multiprocessing="${libdir}/python3.3/lib-dynload/_multiprocessing.*.so ${libdir}/python3.3/multiprocessing " SUMMARY_${PN}-netclient="Python Internet Protocol clients" @@ -162,7 +162,7 @@ RDEPENDS_${PN}-pkgutil="${PN}-core" FILES_${PN}-pkgutil="${libdir}/python3.3/pkgutil.* " SUMMARY_${PN}-pprint="Python pretty-print support" -RDEPENDS_${PN}-pprint="${PN}-core" +RDEPENDS_${PN}-pprint="${PN}-core ${PN}-io" FILES_${PN}-pprint="${libdir}/python3.3/pprint.* " SUMMARY_${PN}-profile="Python basic performance profiling support" @@ -238,7 +238,7 @@ RDEPENDS_${PN}-tkinter="${PN}-core" FILES_${PN}-tkinter="${libdir}/python3.3/lib-dynload/_tkinter.*.so ${libdir}/python3.3/lib-tk ${libdir}/python3.3/tkinter " SUMMARY_${PN}-unittest="Python unit testing framework" -RDEPENDS_${PN}-unittest="${PN}-core ${PN}-stringold ${PN}-lang" +RDEPENDS_${PN}-unittest="${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell" FILES_${PN}-unittest="${libdir}/python3.3/unittest/ " SUMMARY_${PN}-unixadmin="Python Unix administration support" |