util: Remove python3-six package from dockerfiles
python six package is not used in gem5 as we don't support python2 anymore Change-Id: I25a682842ad00c0b5e09c9cb4ea6efac5114da6d Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/57969 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -63,7 +63,7 @@ The following are steps to compile gem5 in Python 3 environment,
|
||||
*Step 1*: ensure Python 3 is installed. On Ubuntu like systems, you can try \
|
||||
this command:
|
||||
|
||||
sudo apt-get install python3 python3-six python-is-python3 python3-pydot
|
||||
sudo apt-get install python3 python-is-python3 python3-pydot
|
||||
|
||||
To run Python 3 from a container, you can try the Docker files in \
|
||||
util/dockerfiles folder.
|
||||
|
||||
Reference in New Issue
Block a user