From: Waldemar Kozaczuk <
jwkoz...@gmail.com>
Committer: Waldemar Kozaczuk <
jwkoz...@gmail.com>
Branch: master
setup: add pax-utils package for Ubuntu and Fedora
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 <
jwkoz...@gmail.com>
---
diff --git a/scripts/setup.py b/scripts/setup.py
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -56,6 +56,7 @@ class Fedora(object):
'unzip',
'wget',
'yaml-cpp-devel',
+ 'pax-utils',
]
ec2_packages = standard_ec2_packages
test_packages = ['openssl-devel']
@@ -220,6 +221,7 @@ class Ubuntu(object):
'tcpdump',
'unzip',
'wget',
+ 'pax-utils',
]
ec2_packages = standard_ec2_packages