]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-3.5-manifest: Rename Queue module to queue
authorFabio Berton <fabio.berton@ossystems.com.br>
Tue, 23 Aug 2016 11:48:42 +0000 (08:48 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Wed, 31 Aug 2016 13:21:27 +0000 (10:21 -0300)
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>
(cherry picked from commit e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca)

meta/recipes-devtools/python/python-3.5-manifest.inc
scripts/contrib/python/generate-manifest-3.5.py

index 335c3ffdbba8a149088db1e2977b3722bb5b647e..0137b9e0f5765ff83a5f2756f66e0e890ba74d4f 100644 (file)
@@ -235,7 +235,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"
index 367b4b8b4b6826997f7af474649b7efdec4b8798..d9d6923a2d5287bf55601ae0668e8f0ffaa177f5 100755 (executable)
@@ -361,7 +361,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