Skip to content

Commit 2f3c23d

Browse files
committed
windows: include requests in package
so mavproxy_help works
1 parent d5adb8a commit 2f3c23d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: windows/mavproxy.spec

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ MAVProxyAny = Analysis(['mavproxy.py'],
1313
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',
1414
'wx.lib.agw.gradientbutton',
1515
'six','packaging', 'packaging.version', 'packaging.specifiers',
16+
'requests',
1617
] + collect_submodules('MAVProxy.modules') +
1718
collect_submodules('pymavlink') + collect_submodules('yaml') + collect_submodules('pygame'),
1819
datas= [ ('modules\\mavproxy_map\\data\\*.*', 'MAVProxy\\modules\\mavproxy_map\\data' ),
@@ -26,6 +27,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'],
2627
# all the needed pieces, so we also import them in mavproxy.py
2728
hiddenimports=['cv2', 'wx', 'pylab',
2829
'numpy', 'dateutil', 'matplotlib',
30+
'requests',
2931
'prompt_toolkit', 'HTMLParser', 'wx.grid', 'wx._grid',
3032
'wx.lib.agw.genericmessagedialog', 'wx.lib.wordwrap', 'wx.lib.buttons',
3133
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',

0 commit comments

Comments
 (0)