update zmq dependency on Windows to 2.1.7

This commit is contained in:
MinRK 2011-05-16 10:47:13 -07:00
parent 130f56cf50
commit 59f06d7d7b

View File

@ -107,7 +107,7 @@ have['pymongo'] = test_for('pymongo')
have['wx'] = test_for('wx')
have['wx.aui'] = test_for('wx.aui')
if os.name == 'nt':
have['zmq'] = test_for('zmq', '2.1dev')
have['zmq'] = test_for('zmq', '2.1.7')
else:
have['zmq'] = test_for('zmq', '2.1.4')
have['qt'] = test_for('IPython.external.qt')