From 5c93403db756bab2a662b557bcf1d2ff4c24988c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Hern=C3=A1n=20Roche=20Quintana?= Date: Wed, 16 Dec 2020 14:09:49 -0800 Subject: [PATCH] Tools: Python >3.7 requires the wheel packge currently installing pymavlink witouth the wheel package results in an error when using Python 3.7 or later https://github.com/ArduPilot/pymavlink/issues/486 --- Tools/setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/requirements.txt b/Tools/setup/requirements.txt index 06e4268400..d264e06a3f 100644 --- a/Tools/setup/requirements.txt +++ b/Tools/setup/requirements.txt @@ -11,6 +11,7 @@ pandas>=0.21 pkgconfig psutil pygments +wheel>=0.31.1 pymavlink pyros-genmsg pyserial>=3.0 @@ -20,4 +21,3 @@ requests setuptools>=39.2.0 six>=1.12.0 toml>=0.9 -wheel>=0.31.1