973d9358d2
This was discussed at last Swift meeting [1] and conclusion was to require newest PyECLib version. [1] http://eavesdrop.openstack.org/meetings/swift/2016/swift.2016-02-10-21.00.log.html#l-268 Depends-On: I0fd58f26bc0a3e7715356ff74344981f22786152 Change-Id: I54e89d99b48e00e614d2d457814c00354763c83b
14 lines
451 B
Plaintext
14 lines
451 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.
|
|
|
|
dnspython>=1.12.0;python_version<'3.0'
|
|
dnspython3>=1.12.0;python_version>='3.0'
|
|
eventlet>=0.17.4 # MIT
|
|
greenlet>=0.3.1
|
|
netifaces>=0.5,!=0.10.0,!=0.10.1
|
|
pastedeploy>=1.3.3
|
|
six>=1.9.0
|
|
xattr>=0.4
|
|
PyECLib>=1.2.0 # BSD
|