cleanup: stop installing git for barbican run-time

We need git to build Barbican but we certainly don't need it in
order to run it.

Change-Id: If6dd415b229aa99f326af4de873a7f9da79865e6
This commit is contained in:
Mohammed Naser 2019-03-27 18:27:16 -04:00
parent ea70314063
commit 249e1ee6a4
3 changed files with 4 additions and 6 deletions

View File

@ -15,8 +15,7 @@
cache_timeout: 600
barbican_distro_packages:
- git
barbican_distro_packages: []
barbican_devel_distro_packages:
- build-essential

View File

@ -13,8 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
barbican_distro_packages:
- git
barbican_distro_packages: []
barbican_devel_distro_packages:
- gcc

View File

@ -13,10 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
barbican_distro_packages:
- git-core
barbican_distro_packages: []
barbican_devel_distro_packages:
- git-core
- gettext-runtime
- libffi-devel
- libopenssl-devel