Browse Source
This patch adds support for the bindep python package. This enables os-brick to specify binary package requirements for operations. Change-Id: Iab5e923101855622c33df85899401c48a668ee15changes/10/395110/7
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
# This is a cross-platform list tracking distribution packages needed for |
||||
# install and tests |
||||
# see http://docs.openstack.org/infra/bindep/ for additional information. |
||||
|
||||
multipath-utils [platform:dpkg rpm] |
||||
sg3-utils [platform:dpkg] |
||||
sg3_utils [platform:rpm] |
Loading…
Reference in new issue