394fbf4f04
We don't want to force users of this library to pull in eventlet, so conditionally import it in processutils and only use subprocess from eventlet if the stdlib is monkey patched. eventlet doesn't monkey patch subprocess so we can't rely on it to do that for us. Also uses sleep from the stdlib time module since it will be monkey patched when eventlet is in use and the right version will be used. Change-Id: I0df528d5ad0d67d6bbc0e7c217ef2d7fa45cce9a
13 lines
392 B
Plaintext
13 lines
392 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.
|
|
|
|
Babel>=1.3
|
|
iso8601>=0.1.9
|
|
fixtures>=0.3.14
|
|
oslo.config>=1.4.0 # Apache-2.0
|
|
oslo.i18n>=1.0.0 # Apache-2.0
|
|
oslo.utils>=1.0.0 # Apache-2.0
|
|
posix_ipc
|
|
six>=1.7.0
|