Reduce package set to install via bindep

The build-essential meta-package is a very large
set. We only need gcc and the others listed in
order to support pip and Ansible. The fewer we
install via bindep, the greater the chance we
have of figuring out what's missing from each
role's distro package list.

Change-Id: I97f068eb1368fccb61be900625e5b5dcbf77d527
(cherry picked from commit 078e50f7ef)
This commit is contained in:
Jesse Pretorius 2017-08-24 09:05:53 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 4970869fdc
commit ad96e5aedd

View File

@ -23,7 +23,7 @@
#
# Base requirements for Ubuntu
build-essential [platform:dpkg]
gcc [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]