1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-07 04:21:54 +01:00

devlib: Remove "future"

Remove the "future" dependency as devlib does not support Python 2
anymore.

Also remove the "from __future__ import division" as this is the default
in Python 3.
This commit is contained in:
Douglas Raillard
2023-01-13 12:46:27 +00:00
committed by Marc Bonnici
parent 111aa327ce
commit 93ada9762d
16 changed files with 3 additions and 20 deletions

View File

@@ -90,7 +90,6 @@ params = dict(
'paramiko', # SSH connection
'scp', # SSH connection file transfers
'wrapt', # Basic for construction of decorator functions
'future', # Python 2-3 compatibility
'numpy',
'pandas',
'lxml', # More robust xml parsing