Skip to content

Commit

Permalink
setup: add pax-utils package for Ubuntu and Fedora
Browse files Browse the repository at this point in the history
Fairly recently added script - manifest_from_host.sh - uses
lddtree tool which can recursively scan ELF files for
dependencies. This patch adds the package that provides lddtree.

Signed-off-by: Waldemar Kozaczuk <[email protected]>
  • Loading branch information
wkozaczuk committed Aug 13, 2019
1 parent 2e71ce3 commit 18df2ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class Fedora(object):
'unzip',
'wget',
'yaml-cpp-devel',
'pax-utils',
]
ec2_packages = standard_ec2_packages
test_packages = ['openssl-devel']
Expand Down Expand Up @@ -220,6 +221,7 @@ class Ubuntu(object):
'tcpdump',
'unzip',
'wget',
'pax-utils',
]

ec2_packages = standard_ec2_packages
Expand Down

0 comments on commit 18df2ad

Please sign in to comment.