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
This commit is contained in:
parent
b96b81000d
commit
fa21a738be
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user