From fa21a738bead54c3d7513f1387a1963ab7962400 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 20 Jan 2020 14:30:10 +0000 Subject: [PATCH] bindep: fixed wrong dep names on rpm platform Fixed several incorrect dependency names when run on rpm platforms, like CentOS 8 or Fedora. Change-Id: I0d58e1abd78231bda7e1e952d71f7c5b588ad348 --- bindep.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 8f0c819881..a39a2ceb65 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,10 +1,12 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -mysql-client [test] +mysql-client [test !platform:rpm] +mysql [test platform:rpm] mysql-server [test] postgresql [test] -libjpeg-dev [test] +libjpeg-dev [test !platform:rpm] +libjpeg-turbo-devel [test platform:rpm] openssl [test] zookeeperd [test platform:dpkg] musl-dev [compile test platform:apk]