Switch to python 3

- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-20 10:02:40 +01:00
parent e307e548e0
commit 28a3db5579
11 changed files with 30 additions and 23 deletions

View file

@ -3,7 +3,8 @@ set -x
brew install gnutls
brew install cmake
brew install libfaketime
pip install python-dateutil
brew install python3
python -m pip install python3-dateutil
git clean -dfx
git submodule init
git submodule update