Removed crypto dependency from salt.cloud.
It doesn't seem to be available from pip anymore, and may not be a real dependency. Salt-cloud certainly seems to work fine without it.
This commit is contained in:
parent
8100753f71
commit
5a6302e021
@ -10,11 +10,6 @@ pycrypto:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: python-pip
|
- pkg: python-pip
|
||||||
|
|
||||||
crypto:
|
|
||||||
pip.installed:
|
|
||||||
- require:
|
|
||||||
- pkg: python-pip
|
|
||||||
|
|
||||||
apache-libcloud:
|
apache-libcloud:
|
||||||
pip.installed:
|
pip.installed:
|
||||||
- require:
|
- require:
|
||||||
@ -26,7 +21,6 @@ salt-cloud:
|
|||||||
- require:
|
- require:
|
||||||
- pip: apache-libcloud
|
- pip: apache-libcloud
|
||||||
- pip: pycrypto
|
- pip: pycrypto
|
||||||
- pip: crypto
|
|
||||||
|
|
||||||
{% for folder in cloud['folders'] %}
|
{% for folder in cloud['folders'] %}
|
||||||
{{ folder }}:
|
{{ folder }}:
|
||||||
|
Loading…
Reference in New Issue
Block a user