diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-23 08:48:42 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 22:59:42 +0100 |
commit | e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca (patch) | |
tree | c5251e513798e45cc80e4a8ec8be0ead01b7c460 /meta | |
parent | 79dd6be736211a722538a1234337ca16fefd5540 (diff) | |
download | openembedded-core-e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca.tar.gz openembedded-core-e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca.tar.bz2 openembedded-core-e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca.zip |
python-3.5-manifest: Rename Queue module to queue
The Queue module has been renamed to queue in Python 3.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 bc6842bfca..30db34afaa 100644 --- a/meta/recipes-devtools/python/python-3.5-manifest.inc +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc @@ -247,7 +247,7 @@ FILES_${PN}-textutils="${libdir}/python3.5/lib-dynload/_csv.*.so ${libdir}/pytho SUMMARY_${PN}-threading="Python threading & synchronization support" RDEPENDS_${PN}-threading="${PN}-core ${PN}-lang" -FILES_${PN}-threading="${libdir}/python3.5/_threading_local.* ${libdir}/python3.5/dummy_thread.* ${libdir}/python3.5/dummy_threading.* ${libdir}/python3.5/mutex.* ${libdir}/python3.5/threading.* ${libdir}/python3.5/Queue.* " +FILES_${PN}-threading="${libdir}/python3.5/_threading_local.* ${libdir}/python3.5/dummy_thread.* ${libdir}/python3.5/dummy_threading.* ${libdir}/python3.5/mutex.* ${libdir}/python3.5/threading.* ${libdir}/python3.5/queue.* " SUMMARY_${PN}-tkinter="Python Tcl/Tk bindings" RDEPENDS_${PN}-tkinter="${PN}-core" |