Remove import of lib which is supposedly not used by older versions of
MPL
This commit is contained in:
@@ -30,7 +30,6 @@ added_files = [
|
|||||||
|
|
||||||
import_these = [
|
import_these = [
|
||||||
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
|
'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
|
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ added_files = [
|
|||||||
|
|
||||||
import_these = [
|
import_these = [
|
||||||
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
|
'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
|
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ if os_name == 'Darwin':
|
|||||||
|
|
||||||
import_these = [
|
import_these = [
|
||||||
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
|
'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
|
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user