You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
411 B
14 lines
411 B
11 years ago
|
diff --git a/setup.py b/setup.py
|
||
|
index 6feb5d0..6b08e12 100755
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -513,7 +513,7 @@ FREEZER_INCLUDES = [
|
||
|
'email.mime.*',
|
||
|
]
|
||
|
|
||
|
-if hasattr(zmq, 'pyzmq_version_info'):
|
||
|
+if HAS_ZMQ and hasattr(zmq, 'pyzmq_version_info'):
|
||
|
if HAS_ZMQ and zmq.pyzmq_version_info() >= (0, 14):
|
||
|
# We're freezing, and when freezing ZMQ needs to be installed, so this
|
||
|
# works fine
|