summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2020-01-20 14:30:10 +0000
committerSorin Sbarnea <ssbarnea@redhat.com>2020-01-20 14:30:10 +0000
commitfa21a738bead54c3d7513f1387a1963ab7962400 (patch)
tree86fc4d44bbb4d6348a46fc2e100dc4f1bd81c7a8 /bindep.txt
parentb96b81000d2625f6db4b080b6c704e4dae1e350f (diff)
downloadzuul-fa21a738bead54c3d7513f1387a1963ab7962400.tar.gz
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
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index 8f0c81988..a39a2ceb6 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]