nylas / ansible-test

An Ansible Testing Framework for Humans
MIT License
171 stars 28 forks source link

Dependency fixes #12

Open Signum opened 8 years ago

Signum commented 8 years ago

I have added libssl-dev (which is required for pycrypto/cryptography) as a dependency. I also needed an updated setuptools version to make the test run. Otherwise I get a version conflict:

VersionConflict: (setuptools 5.5.1 (/opt/ansible/venv/lib/python2.7/site-packages), Requirement.parse('setuptools>=11.3'))