Update distribute version in test requires.

Changes in openstack-infrastructure have upgraded version of distribute.
We should match this to keep things consistent.

CI systems are installing virtualenv>=1.8 which gives distribute
0.6.28, so we'll add that to our test-requires.

Change-Id: I44ad33fd0e96576379ee62a6f584f742e466ce74
This commit is contained in:
John Griffith 2012-09-27 18:45:39 -06:00
parent 2a15ffc589
commit 38f4d6ef58

View File

@ -1,5 +1,5 @@
# Packages needed for dev testing
distribute>=0.6.24
distribute>=0.6.28
coverage
mox==0.5.3