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 23:03:46 +0100 |
| commit | 4c184eb757929588705d21a2327315d3804b40a0 (patch) | |
| tree | 8b9de568ae367b67e38662d8a40a74c56231a398 /scripts/contrib/python | |
| parent | c1f4befadc5bd6faac6469baa1ea9ed0c7368ad9 (diff) | |
| download | poky-4c184eb757929588705d21a2327315d3804b40a0.tar.gz | |
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>
Diffstat (limited to 'scripts/contrib/python')
| -rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 9f53dbe2fe..5798685a46 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
| @@ -370,7 +370,7 @@ if __name__ == "__main__": | |||
| 370 | "test" ) # package | 370 | "test" ) # package |
| 371 | 371 | ||
| 372 | m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", | 372 | m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", |
| 373 | "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* Queue.*" ) | 373 | "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* queue.*" ) |
| 374 | 374 | ||
| 375 | m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", | 375 | m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", |
| 376 | "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package | 376 | "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package |
