summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-23 08:48:42 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-31 20:37:44 +0100
commitecb5183b9ad957934bbefe9f6107c20b68b77e83 (patch)
treed8150248e4f6c34217c9e4d54f9e1649010a14c4
parent2bb93e3567a1d171598089f8848360938ff15cb4 (diff)
downloadpoky-ecb5183b9ad957934bbefe9f6107c20b68b77e83.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: 9681e957fbf3370a6905b54e42dac17fa976db70) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit e19a430da2ef60b2c6cf6a67210ec1a7b292c8ca) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-3.5-manifest.inc2
-rwxr-xr-xscripts/contrib/python/generate-manifest-3.5.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc
index 335c3ffdbb..0137b9e0f5 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -235,7 +235,7 @@ FILES_${PN}-textutils="${libdir}/python3.5/lib-dynload/_csv.*.so ${libdir}/pytho
235 235
236SUMMARY_${PN}-threading="Python threading & synchronization support" 236SUMMARY_${PN}-threading="Python threading & synchronization support"
237RDEPENDS_${PN}-threading="${PN}-core ${PN}-lang" 237RDEPENDS_${PN}-threading="${PN}-core ${PN}-lang"
238FILES_${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.* " 238FILES_${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.* "
239 239
240SUMMARY_${PN}-tkinter="Python Tcl/Tk bindings" 240SUMMARY_${PN}-tkinter="Python Tcl/Tk bindings"
241RDEPENDS_${PN}-tkinter="${PN}-core" 241RDEPENDS_${PN}-tkinter="${PN}-core"
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
index 367b4b8b4b..d9d6923a2d 100755
--- a/scripts/contrib/python/generate-manifest-3.5.py
+++ b/scripts/contrib/python/generate-manifest-3.5.py
@@ -361,7 +361,7 @@ if __name__ == "__main__":
361 "test" ) # package 361 "test" ) # package
362 362
363 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang", 363 m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",
364 "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* Queue.*" ) 364 "_threading_local.* dummy_thread.* dummy_threading.* mutex.* threading.* queue.*" )
365 365
366 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core", 366 m.addPackage( "${PN}-tkinter", "Python Tcl/Tk bindings", "${PN}-core",
367 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package 367 "lib-dynload/_tkinter.*.so lib-tk tkinter" ) # package