fix setup.py typo

This commit is contained in:
Mathieu Le Marec - Pasquet 2014-03-02 15:57:08 +00:00
parent dbf28a76b1
commit 6483539dc3

View file

@ -523,7 +523,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