From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> 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 <[email protected]> --- 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 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000c0bf27058ff5ea5d%40google.com.
