9a865f83c0
The match for dependency names is case sensitive, so change "pastedeploy" to "PasteDeploy". The match for dependencies takes the environment markers into account, so add a marker for dnspython to restrict its use to python 2.7. There is a dnspython3 package for use with version 3, and that can be added separately as part of the python 3 porting work. Change-Id: Ia2bb2e1846d734609ea9ff37d2ad1ffd37ced950 Depends-On: https://review.openstack.org/560109 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
14 lines
504 B
Plaintext
14 lines
504 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.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
|
|
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.3.1 # BSD
|
|
cryptography!=2.0,>=1.6 # BSD/Apache-2.0
|