about summary refs log tree commit diff homepage
path: root/scripts/build
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2018-11-17 16:30:06 +0000
committerMartinNowack <martin.nowack@gmail.com>2019-04-04 20:37:41 +0100
commit36e8826e1ff788b6692b684025de95c69efe9317 (patch)
tree12df21f2bc7ff200f7d97a55422f045f996cb102 /scripts/build
parent572d644e8de439fe59f5598fc902d71b60cf8a85 (diff)
downloadklee-36e8826e1ff788b6692b684025de95c69efe9317.tar.gz
some minor refactorings
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/p-klee-linux-ubuntu-16.04.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/build/p-klee-linux-ubuntu-16.04.inc b/scripts/build/p-klee-linux-ubuntu-16.04.inc
index 40582be5..5350b633 100644
--- a/scripts/build/p-klee-linux-ubuntu-16.04.inc
+++ b/scripts/build/p-klee-linux-ubuntu-16.04.inc
@@ -10,6 +10,7 @@ install_build_dependencies_klee() {
     python-wheel #for lit
     zlib1g-dev
     python3
+    python3-setuptools
     python3-pip
   )
 
@@ -20,5 +21,5 @@ install_build_dependencies_klee() {
   apt -y --no-install-recommends install "${dependencies[@]}"
 
   pip install lit
-  pip3 install tabulate --user
-}
\ No newline at end of file
+  pip3 install tabulate
+}