d178655657
With CI and docs updates. Debian 11 requires a newer Ansible so this change bumps its version. Change-Id: I814933563c6e34d63d1b31ef01bba30b031fd7a0
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=2.0 # Apache-2.0
|
|
ansible>=2.7.0,<6.0 # GPLv3
|
|
os-client-config # Apache-2.0
|
|
selinux # MIT
|