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
This commit is contained in:
Colleen Murphy 2019-02-14 16:50:33 +01:00
parent 5fe79757e9
commit 9168127c74
1 changed files with 5 additions and 2 deletions

View File

@ -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]