forked from Archive/PX4-Autopilot
setup/python requirements: add future module
which is a requirement for MAVLink header generation. Found on Ubuntu 20.04 Python 3.
This commit is contained in:
parent
b216cddf49
commit
6fab6242db
|
@ -3,6 +3,7 @@ argparse>=1.2
|
|||
cerberus
|
||||
coverage
|
||||
empy>=3.3
|
||||
future
|
||||
jinja2>=2.8
|
||||
jsonschema
|
||||
kconfiglib
|
||||
|
|
Loading…
Reference in New Issue