diff options
-rw-r--r-- | meta/recipes-devtools/python/python-3.5-manifest.inc | 26 | ||||
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 17 |
2 files changed, 32 insertions, 11 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc index c3a24fe72b..b9c2fec3f1 100644 --- a/meta/recipes-devtools/python/python-3.5-manifest.inc +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc | |||
@@ -5,9 +5,9 @@ | |||
5 | 5 | ||
6 | 6 | ||
7 | 7 | ||
8 | PROVIDES+="${PN}-2to3 ${PN}-asyncio ${PN}-audio ${PN}-codecs ${PN}-compile ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils ${PN}-distutils-staticdev ${PN}-doctest ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-reprlib ${PN}-resource ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc " | 8 | PROVIDES+="${PN}-2to3 ${PN}-asyncio ${PN}-audio ${PN}-codecs ${PN}-compile ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils ${PN}-distutils-staticdev ${PN}-doctest ${PN}-email ${PN}-enum ${PN}-fcntl ${PN}-gdbm ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-reprlib ${PN}-resource ${PN}-selectors ${PN}-shell ${PN}-signal ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc " |
9 | 9 | ||
10 | PACKAGES="${PN}-dbg ${PN}-2to3 ${PN}-asyncio ${PN}-audio ${PN}-codecs ${PN}-compile ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils-staticdev ${PN}-distutils ${PN}-doctest ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-reprlib ${PN}-resource ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-modules" | 10 | PACKAGES="${PN}-dbg ${PN}-2to3 ${PN}-asyncio ${PN}-audio ${PN}-codecs ${PN}-compile ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-dev ${PN}-difflib ${PN}-distutils-staticdev ${PN}-distutils ${PN}-doctest ${PN}-email ${PN}-enum ${PN}-fcntl ${PN}-gdbm ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-reprlib ${PN}-resource ${PN}-selectors ${PN}-shell ${PN}-signal ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc ${PN}-modules" |
11 | 11 | ||
12 | SUMMARY_${PN}-2to3="Python automated Python 2 to 3 code translator" | 12 | SUMMARY_${PN}-2to3="Python automated Python 2 to 3 code translator" |
13 | RDEPENDS_${PN}-2to3="${PN}-core" | 13 | RDEPENDS_${PN}-2to3="${PN}-core" |
@@ -31,7 +31,7 @@ FILES_${PN}-compile="${libdir}/python3.5/py_compile.* ${libdir}/python3.5/compil | |||
31 | 31 | ||
32 | SUMMARY_${PN}-compression="Python high-level compression support" | 32 | SUMMARY_${PN}-compression="Python high-level compression support" |
33 | RDEPENDS_${PN}-compression="${PN}-core ${PN}-codecs ${PN}-importlib ${PN}-threading ${PN}-shell" | 33 | RDEPENDS_${PN}-compression="${PN}-core ${PN}-codecs ${PN}-importlib ${PN}-threading ${PN}-shell" |
34 | FILES_${PN}-compression="${libdir}/python3.5/gzip.* ${libdir}/python3.5/zipfile.* ${libdir}/python3.5/tarfile.* ${libdir}/python3.5/lib-dynload/bz2.*.so " | 34 | FILES_${PN}-compression="${libdir}/python3.5/gzip.* ${libdir}/python3.5/zipfile.* ${libdir}/python3.5/tarfile.* ${libdir}/python3.5/lib-dynload/bz2.*.so ${libdir}/python3.5/lib-dynload/zlib.*.so " |
35 | 35 | ||
36 | SUMMARY_${PN}-core="Python interpreter and core modules" | 36 | SUMMARY_${PN}-core="Python interpreter and core modules" |
37 | RDEPENDS_${PN}-core="${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io ${PN}-math" | 37 | RDEPENDS_${PN}-core="${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io ${PN}-math" |
@@ -51,7 +51,7 @@ FILES_${PN}-curses="${libdir}/python3.5/curses ${libdir}/python3.5/lib-dynload/_ | |||
51 | 51 | ||
52 | SUMMARY_${PN}-datetime="Python calendar and time support" | 52 | SUMMARY_${PN}-datetime="Python calendar and time support" |
53 | RDEPENDS_${PN}-datetime="${PN}-core ${PN}-codecs" | 53 | RDEPENDS_${PN}-datetime="${PN}-core ${PN}-codecs" |
54 | FILES_${PN}-datetime="${libdir}/python3.5/_strptime.* ${libdir}/python3.5/calendar.* ${libdir}/python3.5/lib-dynload/datetime.*.so " | 54 | FILES_${PN}-datetime="${libdir}/python3.5/_strptime.* ${libdir}/python3.5/calendar.* ${libdir}/python3.5/datetime.* ${libdir}/python3.5/lib-dynload/_datetime.*.so " |
55 | 55 | ||
56 | SUMMARY_${PN}-db="Python file-based database support" | 56 | SUMMARY_${PN}-db="Python file-based database support" |
57 | RDEPENDS_${PN}-db="${PN}-core" | 57 | RDEPENDS_${PN}-db="${PN}-core" |
@@ -85,6 +85,10 @@ SUMMARY_${PN}-email="Python email support" | |||
85 | RDEPENDS_${PN}-email="${PN}-core ${PN}-io ${PN}-re ${PN}-mime ${PN}-audio ${PN}-image ${PN}-netclient" | 85 | RDEPENDS_${PN}-email="${PN}-core ${PN}-io ${PN}-re ${PN}-mime ${PN}-audio ${PN}-image ${PN}-netclient" |
86 | FILES_${PN}-email="${libdir}/python3.5/imaplib.* ${libdir}/python3.5/email " | 86 | FILES_${PN}-email="${libdir}/python3.5/imaplib.* ${libdir}/python3.5/email " |
87 | 87 | ||
88 | SUMMARY_${PN}-enum="Python support for enumerations" | ||
89 | RDEPENDS_${PN}-enum="${PN}-core" | ||
90 | FILES_${PN}-enum="${libdir}/python3.5/enum.* " | ||
91 | |||
88 | SUMMARY_${PN}-fcntl="Python's fcntl interface" | 92 | SUMMARY_${PN}-fcntl="Python's fcntl interface" |
89 | RDEPENDS_${PN}-fcntl="${PN}-core" | 93 | RDEPENDS_${PN}-fcntl="${PN}-core" |
90 | FILES_${PN}-fcntl="${libdir}/python3.5/lib-dynload/fcntl.*.so " | 94 | FILES_${PN}-fcntl="${libdir}/python3.5/lib-dynload/fcntl.*.so " |
@@ -193,10 +197,18 @@ SUMMARY_${PN}-resource="Python resource control interface" | |||
193 | RDEPENDS_${PN}-resource="${PN}-core" | 197 | RDEPENDS_${PN}-resource="${PN}-core" |
194 | FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so " | 198 | FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so " |
195 | 199 | ||
200 | SUMMARY_${PN}-selectors="Python High-level I/O multiplexing" | ||
201 | RDEPENDS_${PN}-selectors="${PN}-core" | ||
202 | FILES_${PN}-selectors="${libdir}/python3.5/selectors.* " | ||
203 | |||
196 | SUMMARY_${PN}-shell="Python shell-like functionality" | 204 | SUMMARY_${PN}-shell="Python shell-like functionality" |
197 | RDEPENDS_${PN}-shell="${PN}-core ${PN}-re ${PN}-compression" | 205 | RDEPENDS_${PN}-shell="${PN}-core ${PN}-re ${PN}-compression" |
198 | FILES_${PN}-shell="${libdir}/python3.5/cmd.* ${libdir}/python3.5/commands.* ${libdir}/python3.5/dircache.* ${libdir}/python3.5/fnmatch.* ${libdir}/python3.5/glob.* ${libdir}/python3.5/popen2.* ${libdir}/python3.5/shlex.* ${libdir}/python3.5/shutil.* " | 206 | FILES_${PN}-shell="${libdir}/python3.5/cmd.* ${libdir}/python3.5/commands.* ${libdir}/python3.5/dircache.* ${libdir}/python3.5/fnmatch.* ${libdir}/python3.5/glob.* ${libdir}/python3.5/popen2.* ${libdir}/python3.5/shlex.* ${libdir}/python3.5/shutil.* " |
199 | 207 | ||
208 | SUMMARY_${PN}-signal="Python set handlers for asynchronous events support" | ||
209 | RDEPENDS_${PN}-signal="${PN}-core" | ||
210 | FILES_${PN}-signal="${libdir}/python3.5/signal.* " | ||
211 | |||
200 | SUMMARY_${PN}-smtpd="Python Simple Mail Transport Daemon" | 212 | SUMMARY_${PN}-smtpd="Python Simple Mail Transport Daemon" |
201 | RDEPENDS_${PN}-smtpd="${PN}-core ${PN}-netserver ${PN}-email ${PN}-mime" | 213 | RDEPENDS_${PN}-smtpd="${PN}-core ${PN}-netserver ${PN}-email ${PN}-mime" |
202 | FILES_${PN}-smtpd="${bindir}/smtpd.* ${libdir}/python3.5/smtpd.* " | 214 | FILES_${PN}-smtpd="${bindir}/smtpd.* ${libdir}/python3.5/smtpd.* " |
@@ -214,8 +226,8 @@ RDEPENDS_${PN}-stringold="${PN}-core ${PN}-re" | |||
214 | FILES_${PN}-stringold="${libdir}/python3.5/lib-dynload/strop.*.so ${libdir}/python3.5/string.* ${libdir}/python3.5/stringold.* " | 226 | FILES_${PN}-stringold="${libdir}/python3.5/lib-dynload/strop.*.so ${libdir}/python3.5/string.* ${libdir}/python3.5/stringold.* " |
215 | 227 | ||
216 | SUMMARY_${PN}-subprocess="Python subprocess support" | 228 | SUMMARY_${PN}-subprocess="Python subprocess support" |
217 | RDEPENDS_${PN}-subprocess="${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle ${PN}-threading" | 229 | RDEPENDS_${PN}-subprocess="${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle ${PN}-threading ${PN}-signal ${PN}-selectors" |
218 | FILES_${PN}-subprocess="${libdir}/python3.5/subprocess.* " | 230 | FILES_${PN}-subprocess="${libdir}/python3.5/subprocess.* ${libdir}/python3.5/lib-dynload/_posixsubprocess.*.so " |
219 | 231 | ||
220 | SUMMARY_${PN}-syslog="Python syslog interface" | 232 | SUMMARY_${PN}-syslog="Python syslog interface" |
221 | RDEPENDS_${PN}-syslog="${PN}-core" | 233 | RDEPENDS_${PN}-syslog="${PN}-core" |
@@ -258,7 +270,7 @@ RDEPENDS_${PN}-xmlrpc="${PN}-core ${PN}-xml ${PN}-netserver ${PN}-lang" | |||
258 | FILES_${PN}-xmlrpc="${libdir}/python3.5/xmlrpclib.* ${libdir}/python3.5/SimpleXMLRPCServer.* ${libdir}/python3.5/DocXMLRPCServer.* ${libdir}/python3.5/xmlrpc " | 270 | FILES_${PN}-xmlrpc="${libdir}/python3.5/xmlrpclib.* ${libdir}/python3.5/SimpleXMLRPCServer.* ${libdir}/python3.5/DocXMLRPCServer.* ${libdir}/python3.5/xmlrpc " |
259 | 271 | ||
260 | SUMMARY_${PN}-modules="All Python modules" | 272 | SUMMARY_${PN}-modules="All Python modules" |
261 | RDEPENDS_${PN}-modules="${PN}-2to3 ${PN}-asyncio ${PN}-audio ${PN}-codecs ${PN}-compile ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-difflib ${PN}-distutils ${PN}-doctest ${PN}-email ${PN}-fcntl ${PN}-gdbm ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-reprlib ${PN}-resource ${PN}-shell ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc " | 273 | RDEPENDS_${PN}-modules="${PN}-2to3 ${PN}-asyncio ${PN}-audio ${PN}-codecs ${PN}-compile ${PN}-compression ${PN}-core ${PN}-crypt ${PN}-ctypes ${PN}-curses ${PN}-datetime ${PN}-db ${PN}-debugger ${PN}-difflib ${PN}-distutils ${PN}-doctest ${PN}-email ${PN}-enum ${PN}-fcntl ${PN}-gdbm ${PN}-html ${PN}-idle ${PN}-image ${PN}-importlib ${PN}-io ${PN}-json ${PN}-lang ${PN}-logging ${PN}-mailbox ${PN}-math ${PN}-mime ${PN}-mmap ${PN}-multiprocessing ${PN}-netclient ${PN}-netserver ${PN}-numbers ${PN}-pickle ${PN}-pkgutil ${PN}-pprint ${PN}-profile ${PN}-pydoc ${PN}-re ${PN}-readline ${PN}-reprlib ${PN}-resource ${PN}-selectors ${PN}-shell ${PN}-signal ${PN}-smtpd ${PN}-sqlite3 ${PN}-sqlite3-tests ${PN}-stringold ${PN}-subprocess ${PN}-syslog ${PN}-terminal ${PN}-tests ${PN}-textutils ${PN}-threading ${PN}-tkinter ${PN}-unittest ${PN}-unixadmin ${PN}-xml ${PN}-xmlrpc " |
262 | ALLOW_EMPTY_${PN}-modules = "1" | 274 | ALLOW_EMPTY_${PN}-modules = "1" |
263 | 275 | ||
264 | 276 | ||
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 8e3a3d3737..3a88018c16 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -218,7 +218,7 @@ if __name__ == "__main__": | |||
218 | "py_compile.* compileall.*" ) | 218 | "py_compile.* compileall.*" ) |
219 | 219 | ||
220 | m.addPackage( "${PN}-compression", "Python high-level compression support", "${PN}-core ${PN}-codecs ${PN}-importlib ${PN}-threading ${PN}-shell", | 220 | m.addPackage( "${PN}-compression", "Python high-level compression support", "${PN}-core ${PN}-codecs ${PN}-importlib ${PN}-threading ${PN}-shell", |
221 | "gzip.* zipfile.* tarfile.* lib-dynload/bz2.*.so" ) | 221 | "gzip.* zipfile.* tarfile.* lib-dynload/bz2.*.so lib-dynload/zlib.*.so" ) |
222 | 222 | ||
223 | m.addPackage( "${PN}-crypt", "Python basic cryptographic and hashing support", "${PN}-core", | 223 | m.addPackage( "${PN}-crypt", "Python basic cryptographic and hashing support", "${PN}-core", |
224 | "hashlib.* md5.* sha.* lib-dynload/crypt.*.so lib-dynload/_hashlib.*.so lib-dynload/_sha256.*.so lib-dynload/_sha512.*.so" ) | 224 | "hashlib.* md5.* sha.* lib-dynload/crypt.*.so lib-dynload/_hashlib.*.so lib-dynload/_sha256.*.so lib-dynload/_sha512.*.so" ) |
@@ -233,7 +233,7 @@ if __name__ == "__main__": | |||
233 | "ctypes lib-dynload/_ctypes.*.so lib-dynload/_ctypes_test.*.so" ) # directory + low level module | 233 | "ctypes lib-dynload/_ctypes.*.so lib-dynload/_ctypes_test.*.so" ) # directory + low level module |
234 | 234 | ||
235 | m.addPackage( "${PN}-datetime", "Python calendar and time support", "${PN}-core ${PN}-codecs", | 235 | m.addPackage( "${PN}-datetime", "Python calendar and time support", "${PN}-core ${PN}-codecs", |
236 | "_strptime.* calendar.* lib-dynload/datetime.*.so" ) | 236 | "_strptime.* calendar.* datetime.* lib-dynload/_datetime.*.so" ) |
237 | 237 | ||
238 | m.addPackage( "${PN}-db", "Python file-based database support", "${PN}-core", | 238 | m.addPackage( "${PN}-db", "Python file-based database support", "${PN}-core", |
239 | "anydbm.* dumbdbm.* whichdb.* dbm lib-dynload/_dbm.*.so" ) | 239 | "anydbm.* dumbdbm.* whichdb.* dbm lib-dynload/_dbm.*.so" ) |
@@ -256,6 +256,9 @@ if __name__ == "__main__": | |||
256 | m.addPackage( "${PN}-email", "Python email support", "${PN}-core ${PN}-io ${PN}-re ${PN}-mime ${PN}-audio ${PN}-image ${PN}-netclient", | 256 | m.addPackage( "${PN}-email", "Python email support", "${PN}-core ${PN}-io ${PN}-re ${PN}-mime ${PN}-audio ${PN}-image ${PN}-netclient", |
257 | "imaplib.* email" ) # package | 257 | "imaplib.* email" ) # package |
258 | 258 | ||
259 | m.addPackage( "${PN}-enum", "Python support for enumerations", "${PN}-core", | ||
260 | "enum.*" ) | ||
261 | |||
259 | m.addPackage( "${PN}-fcntl", "Python's fcntl interface", "${PN}-core", | 262 | m.addPackage( "${PN}-fcntl", "Python's fcntl interface", "${PN}-core", |
260 | "lib-dynload/fcntl.*.so" ) | 263 | "lib-dynload/fcntl.*.so" ) |
261 | 264 | ||
@@ -336,11 +339,17 @@ if __name__ == "__main__": | |||
336 | m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", | 339 | m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", |
337 | "lib-dynload/resource.*.so" ) | 340 | "lib-dynload/resource.*.so" ) |
338 | 341 | ||
342 | m.addPackage( "${PN}-selectors", "Python High-level I/O multiplexing", "${PN}-core", | ||
343 | "selectors.*" ) | ||
344 | |||
339 | m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re ${PN}-compression", | 345 | m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re ${PN}-compression", |
340 | "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) | 346 | "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" ) |
341 | 347 | ||
342 | m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle ${PN}-threading", | 348 | m.addPackage( "${PN}-signal", "Python set handlers for asynchronous events support", "${PN}-core", |
343 | "subprocess.*" ) | 349 | "signal.*" ) |
350 | |||
351 | m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle ${PN}-threading ${PN}-signal ${PN}-selectors", | ||
352 | "subprocess.* lib-dynload/_posixsubprocess.*.so" ) | ||
344 | 353 | ||
345 | m.addPackage( "${PN}-sqlite3", "Python Sqlite3 database support", "${PN}-core ${PN}-datetime ${PN}-lang ${PN}-crypt ${PN}-io ${PN}-threading", | 354 | m.addPackage( "${PN}-sqlite3", "Python Sqlite3 database support", "${PN}-core ${PN}-datetime ${PN}-lang ${PN}-crypt ${PN}-io ${PN}-threading", |
346 | "lib-dynload/_sqlite3.*.so sqlite3/dbapi2.* sqlite3/__init__.* sqlite3/dump.*" ) | 355 | "lib-dynload/_sqlite3.*.so sqlite3/dbapi2.* sqlite3/__init__.* sqlite3/dump.*" ) |