Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Renié
5d2ed13040 Removed the comment in requirements.txt to get fpm to work 2012-12-04 15:48:52 +01:00
Bruno Renié
d637ecc34f Removed camelcase from the pycrypto requirement as it's not the original package's spelling 2012-07-13 16:36:25 +02:00
Thomas S Hatch
1bd6fd7e38 Add M2Crypto back to the requirement.txt 2012-04-25 02:12:38 -06:00
Monty Taylor
3867ffb3ef Replace M2Crypto RSA with PyCrypto.
M2Crypto has been abandonded upstream, has many outstanding bugs,
and doesn't build unpatched on Fedora. Since the only thing M2Crypto
is being used for in the salt codebase is RSA support, using the PyCrypto
RSA module instead is pretty straight forward. Additionally, the RSA
module uses sign/verify terminology around our use of private encrypting
known tokens for verification purposes rather than private_encrypt and
public_descrypt, which makes reading the intent a little clearer.
2012-04-20 09:30:33 -07:00
Seth House
d06f1f9c26 Added min version to pyzmq 2012-01-24 12:43:16 -07:00
Thomas S Hatch
7b16bc18be take msgpack out of the setup.py 2012-01-20 19:30:57 -07:00