Merge "bindep: fixed wrong dep names on rpm platform"

This commit is contained in:
Zuul 2020-01-23 06:27:03 +00:00 committed by Gerrit Code Review
commit 395c708076
1 changed files with 4 additions and 2 deletions

View File

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