
__builtin__ does not exist in Python 3, use six.moves.builtins instead. Change-Id: I1256f7df641af1085daca1d1ad2c34cb44cda265 closes-bug: #1290234
7 lines
239 B
Plaintext
7 lines
239 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.
|
|
|
|
eventlet>=0.17.4
|
|
six>=1.9.0
|