Fix installation of python3-dateutil

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-21 22:53:10 +01:00
parent 6637452a1f
commit c6fb6c4e3a

View file

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