From 746dce68a1eabd8e3ad6812b6cdf8fe691d92203 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 17 Dec 2024 09:21:02 +1100 Subject: [PATCH] windows: added scipy dependency needed for MagFit tool --- windows/mavproxy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/mavproxy.spec b/windows/mavproxy.spec index 06f46ecc11..72c5776093 100755 --- a/windows/mavproxy.spec +++ b/windows/mavproxy.spec @@ -13,7 +13,7 @@ MAVProxyAny = Analysis(['mavproxy.py'], 'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton', 'wx.lib.agw.gradientbutton', 'six','packaging', 'packaging.version', 'packaging.specifiers', - 'requests', + 'requests', 'scipy', ] + collect_submodules('MAVProxy.modules') + collect_submodules('pymavlink') + collect_submodules('yaml') + collect_submodules('pygame'), datas= [ ('modules\\mavproxy_map\\data\\*.*', 'MAVProxy\\modules\\mavproxy_map\\data' ), @@ -31,7 +31,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'], 'prompt_toolkit', 'HTMLParser', 'wx.grid', 'wx._grid', 'wx.lib.agw.genericmessagedialog', 'wx.lib.wordwrap', 'wx.lib.buttons', 'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton', - 'wx.lib.agw.gradientbutton', 'FileDialog', 'Dialog', + 'wx.lib.agw.gradientbutton', 'FileDialog', 'Dialog', 'scipy', ] + collect_submodules('pymavlink'), datas= [ ('tools\\graphs\\*.*', 'MAVProxy\\tools\\graphs' ) ], hookspath=None,