Update requirements concerning ZMQ version

Commit 60fbb6ffa6 requires ZMQ >= 3.2.0.
PyZMQ should be >= 2.2.0 to fully support ZMQ 3.x.
This commit is contained in:
Thomas Martin 2013-12-11 15:15:22 +01:00
parent 52f84f2f8d
commit 7246231151
2 changed files with 3 additions and 3 deletions

View file

@ -71,8 +71,8 @@ Dependencies
Salt should run on any Unix-like platform so long as the dependencies are met.
* `Python 2.6`_ >= 2.6 <3.0
* `ZeroMQ`_ >= 2.1.9
* `pyzmq`_ >= 2.1.9 - ZeroMQ Python bindings
* `ZeroMQ`_ >= 3.2.0
* `pyzmq`_ >= 2.2.0 - ZeroMQ Python bindings
* `PyCrypto`_ - The Python cryptography toolkit
* `msgpack-python`_ - High-performance message interchange format
* `YAML`_ - Python YAML bindings

View file

@ -3,6 +3,6 @@ M2Crypto
msgpack-python
pycrypto
PyYAML
pyzmq >= 2.1.9
pyzmq >= 2.2.0
MarkupSafe
apache-libcloud