mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix setup.py typo
This commit is contained in:
parent
dbf28a76b1
commit
6483539dc3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue