From 5f01cdc90a8b3dc5c7cba42262acd134299c5d88 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 1 Apr 2020 10:33:45 +0200 Subject: [PATCH] Install git only on knwon Linux platforms Change-Id: I392539131341273396a1f6498ac01e7e7dfb5416 --- bindep.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bindep.txt b/bindep.txt index 028c6721d..bb8f9809d 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,22 +1,17 @@ # This file contains runtime (non-python) dependencies # More info at: https://docs.openstack.org/infra/bindep/readme.html -# All Linux +# All OSs gcc [] -git [] python3 [] # Red Hat +git [platform:redhat] iproute [platform:redhat] libffi-devel [platform:redhat] openssl-devel [platform:redhat] python3-devel [platform:redhat] -# Ubuntu -libffi-dev [platform:ubuntu] -libssl-dev [platform:ubuntu] -python3-dev [platform:ubuntu] - # RHEL/CentOS 7 libselinux-python [platform:rhel-7] libselinux-python [platform:centos-7] @@ -26,3 +21,9 @@ python2-devel [platform:centos-7] # RHEL/CentOS 8 python3-libselinux [platform:rhel-8] python3-libselinux [platform:centos-8] + +# Ubuntu +git [platform:ubuntu] +libffi-dev [platform:ubuntu] +libssl-dev [platform:ubuntu] +python3-dev [platform:ubuntu]