##// END OF EJS Templates
relax minimum_pyzmq_version, since EPD has 2.0.10-1 alias of 2.0.10.1
MinRK -
Show More
@@ -6,10 +6,10 b''
6 6 #-----------------------------------------------------------------------------
7 7
8 8 #-----------------------------------------------------------------------------
9 # Verify zmq version dependency >= 2.0.10.1
9 # Verify zmq version dependency >= 2.0.10-1
10 10 #-----------------------------------------------------------------------------
11 11
12 minimum_pyzmq_version = "2.0.10.1"
12 minimum_pyzmq_version = "2.0.10-1"
13 13
14 14 try:
15 15 import zmq
General Comments 0
You need to be logged in to leave comments. Login now