mirror of https://github.com/ARMmbed/mbed-os.git
requirements: add future
SHA 14255ca introduced the lines that are reported to be breaking.
future module in requirements fixes it
Reference: https://pypi.python.org/pypi/future
Fixes #6489
pull/6602/head
parent
3bc2d2e1db
commit
f316373b9f
|
|
@ -13,3 +13,4 @@ beautifulsoup4>=4
|
||||||
fuzzywuzzy>=0.11
|
fuzzywuzzy>=0.11
|
||||||
pyelftools>=0.24
|
pyelftools>=0.24
|
||||||
jsonschema>=2.6
|
jsonschema>=2.6
|
||||||
|
future>=0.16.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue