**Is your feature request related to a problem? Please describe.** Since Python 2 is not supported anymore, we probably don't really need to depend on the "future" package for anything that cannot be replaced. In the past, this has prevented using recent versions of Pythons before "future" caught up with them: https://github.com/ARM-software/workload-automation/issues/1233
Is your feature request related to a problem? Please describe.
Since Python 2 is not supported anymore, we probably don't really need to depend on the "future" package for anything that cannot be replaced.
In the past, this has prevented using recent versions of Pythons before "future" caught up with them: #1233