dist: Suppress warning about android_log module building for Android
This module is linked statically and provided via the built-in module loader
This commit is contained in:
parent
b803ef2ac5
commit
ce7c1ec16c
|
|
@ -91,6 +91,8 @@ ignoreImports = {
|
|||
|
||||
'toml.encoder': ['numpy'],
|
||||
'py._builtin': ['__builtin__'],
|
||||
|
||||
'site': ['android_log'],
|
||||
}
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
|
|
|
|||
Loading…
Reference in New Issue