Skip to content

Commit

Permalink
setup: added make dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Pabst <pabstmatthew@gmail.com>
Message-Id: <20191121145024.9338-1-pabstmatthew@gmail.com>
  • Loading branch information
PabstMatthew authored and nyh committed Nov 21, 2019
1 parent 7366bf6 commit 09aa0b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Fedora(object):
'libstdc++-static',
'libtool',
'libvirt',
'make',
'maven',
'maven-shade-plugin',
'ncurses',
Expand Down Expand Up @@ -156,6 +157,7 @@ class Debian(object):
'libssl-dev',
'libtool',
'libyaml-cpp-dev',
'make',
'maven',
'openssl',
'p11-kit',
Expand Down Expand Up @@ -212,6 +214,7 @@ class Ubuntu(object):
'libssl-dev',
'libtool',
'libyaml-cpp-dev',
'make',
'maven',
'openssl',
'p11-kit',
Expand Down

0 comments on commit 09aa0b1

Please sign in to comment.