python-future is a compatibility library allowing python3.x code to run
on python2.x runtimes. This package also includes the 'futurize' utility
to convert python2 code to python2/3 agnositic code.
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>