From 9168127c74947d625aef4b0782e13d87abef687f Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Thu, 14 Feb 2019 16:50:33 +0100 Subject: [PATCH] Fix bindep for SUSE In bindep, rpm usually implies both RedHat and SUSE family distros, but in some cases the package names are slightly different. This patch corrects the package names that were different between distros. This will help developers who use SUSE as their development platform of choice. Change-Id: If07b3d3291cf3e1bf35eec1e3dd91a13ab65b0ea --- bindep.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index fa80761b93..9ed75e0e00 100644 --- a/bindep.txt +++ b/bindep.txt @@ -23,12 +23,15 @@ cyrus-sasl-devel [platform:rpm] libxml2-devel [platform:rpm] libxslt-devel [platform:rpm] mariadb [platform:rpm] -mariadb-devel [platform:rpm] +mariadb-devel [platform:redhat] mariadb-server [platform:rpm] -openldap-devel [platform:rpm] +openldap-devel [platform:redhat] openssl-devel [platform:rpm] postgresql-devel [platform:rpm] postgresql-server [platform:rpm] python2-devel [platform:rpm] python3-devel [platform:fedora] python34-devel [platform:centos] + +libmariadb-devel [platform:suse] +openldap2-devel [platform:suse]