python-provy / provy

provy is a provisioning system in python.
http://docs.provy.me
MIT License
109 stars 14 forks source link

Replace M2Crypto dependency by PyCrypto #100

Closed fernandogrd closed 11 years ago

fernandogrd commented 11 years ago

As discussed[1], M2Crypto may be a difficult to install depending on user environment.

Replacing it by PyCrypto seems a good idea, since it is already an fabric dependency.

I'm working on replacing it in SSHRole.

[1] http://groups.google.com/group/provy/browse_thread/thread/222720655946e191

diogobaeder commented 11 years ago

+1 for replacing with PyCrypto.