From d8deb98d7bb2541ac26b200cc632bd09f12dce7e Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 27 Jul 2019 23:05:14 +0300 Subject: [PATCH] Remove import of lib which is supposedly not used by older versions of MPL --- dist_assets/mac/pyfa.spec | 1 - dist_assets/win/pyfa.spec | 1 - pyfa.spec | 1 - 3 files changed, 3 deletions(-) diff --git a/dist_assets/mac/pyfa.spec b/dist_assets/mac/pyfa.spec index cad2d8bad..f7749eec7 100644 --- a/dist_assets/mac/pyfa.spec +++ b/dist_assets/mac/pyfa.spec @@ -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 ] diff --git a/dist_assets/win/pyfa.spec b/dist_assets/win/pyfa.spec index 89d82c306..0de2c2ebb 100644 --- a/dist_assets/win/pyfa.spec +++ b/dist_assets/win/pyfa.spec @@ -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 ] diff --git a/pyfa.spec b/pyfa.spec index 56f4f4f14..927383eec 100644 --- a/pyfa.spec +++ b/pyfa.spec @@ -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 ]