diff --git a/hooks/install b/hooks/install index eb5eee3b..96836422 100755 --- a/hooks/install +++ b/hooks/install @@ -2,7 +2,7 @@ # Wrapper to deal with newer Ubuntu versions that don't have py2 installed # by default. -declare -a DEPS=('apt' 'netaddr' 'netifaces' 'pip' 'yaml') +declare -a DEPS=('apt' 'pip' 'yaml') check_and_install() { pkg="${1}-${2}" diff --git a/hooks/install_deps b/hooks/install_deps index bb600820..3375e7a0 100755 --- a/hooks/install_deps +++ b/hooks/install_deps @@ -2,7 +2,7 @@ # Wrapper to ensure that python dependencies are installed before we get into # the python part of the hook execution -declare -a DEPS=('dnspython' 'pyudev') +declare -a DEPS=('dnspython' 'pyudev' 'netaddr' 'netifaces') check_and_install() { pkg="${1}-${2}"