diff options
| -rw-r--r-- | meta/recipes-devtools/python/python-3.5-manifest.inc | 2 | ||||
| -rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
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 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 | |||
| 247 | 247 | ||
| 248 | SUMMARY_${PN}-threading="Python threading & synchronization support" | 248 | SUMMARY_${PN}-threading="Python threading & synchronization support" |
| 249 | RDEPENDS_${PN}-threading="${PN}-core ${PN}-lang" | 249 | RDEPENDS_${PN}-threading="${PN}-core ${PN}-lang" |
| 250 | 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.* " | 250 | 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.* " |
| 251 | 251 | ||
| 252 | SUMMARY_${PN}-tkinter="Python Tcl/Tk bindings" | 252 | SUMMARY_${PN}-tkinter="Python Tcl/Tk bindings" |
| 253 | RDEPENDS_${PN}-tkinter="${PN}-core" | 253 | RDEPENDS_${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 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 |
