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:
Matthias Grob 2021-11-08 15:02:36 +01:00 committed by Julian Oes
parent b216cddf49
commit 6fab6242db
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ argparse>=1.2
cerberus
coverage
empy>=3.3
future
jinja2>=2.8
jsonschema
kconfiglib