mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
python-3.5-manifest: Rename Queue module to queue
The Queue module has been renamed to queue in Python 3. (From OE-Core rev: e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c1f4befadc
commit
4c184eb757
@@ -370,7 +370,7 @@ if __name__ == "__main__":
|
||||
"test" ) # package
|
||||
|
||||
m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",
|
||||
"_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* Queue.*" )
|
||||
"_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* queue.*" )
|
||||
|
||||
m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core",
|
||||
"lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package
|
||||
|
||||
Reference in New Issue
Block a user