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:
rdb 2022-01-14 10:55:16 +01:00
parent b803ef2ac5
commit ce7c1ec16c

View File

@ -91,6 +91,8 @@ ignoreImports = {
'toml.encoder': ['numpy'],
'py._builtin': ['__builtin__'],
'site': ['android_log'],
}
if sys.version_info >= (3, 8):