Remove import of lib which is supposedly not used by older versions of

MPL
This commit is contained in:
DarkPhoenix
2019-07-27 23:05:14 +03:00
parent e1078ef6da
commit d8deb98d7b
3 changed files with 0 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ added_files = [
import_these = [
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
'numpy.random.mtrand', # https://github.com/pyfa-org/Pyfa/issues/1998
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
]

View File

@@ -30,7 +30,6 @@ added_files = [
import_these = [
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
'numpy.random.mtrand', # https://github.com/pyfa-org/Pyfa/issues/1998
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
]

View File

@@ -52,7 +52,6 @@ if os_name == 'Darwin':
import_these = [
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
'numpy.random.mtrand', # https://github.com/pyfa-org/Pyfa/issues/1998
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
]