
Convert all code to not require six library and instead use python 3.x logic. Change-Id: I8721dedf8d77073225ebeec9525776bce15bd002
9 lines
322 B
Plaintext
9 lines
322 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.
|
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
netaddr>=0.7.18 # BSD
|
|
ovs>=2.8.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|