diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2019-04-05 11:10:12 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-04-05 15:43:46 +0100 |
commit | d7598978d09de50a5bf20c91ed5a9429404e9b1c (patch) | |
tree | ff282318768344322d715cc62dff5818d7923b0e | |
parent | 8655264cc14b0e5f4376c88fca719fb45a9594c7 (diff) | |
download | klee-d7598978d09de50a5bf20c91ed5a9429404e9b1c.tar.gz |
Add missing dependency for tabulate package
-rw-r--r-- | scripts/build/p-klee-linux-ubuntu-16.04.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/p-klee-linux-ubuntu-16.04.inc b/scripts/build/p-klee-linux-ubuntu-16.04.inc index 7748d104..9109a27f 100644 --- a/scripts/build/p-klee-linux-ubuntu-16.04.inc +++ b/scripts/build/p-klee-linux-ubuntu-16.04.inc @@ -11,6 +11,7 @@ install_build_dependencies_klee() { python3 python3-setuptools python3-pip + python3-wheel ) if [[ $(to_bool "${COVERAGE}") -eq 1 ]]; then |