Removing crypto pip dependency for the ``os_family`` ``Debian``. Refer to PR: https://github.com/saltstack-formulas/salt-formula/pull/60#issuecomment-62029457tags/v0.57.0
- require: | - require: | ||||
- pkg: python-pip | - pkg: python-pip | ||||
{% if grains['os'] not in ['Ubuntu', 'Debian'] %} | |||||
{% if grains['os_family'] == 'Debian' %} | |||||
crypto: | crypto: | ||||
pip.installed: | pip.installed: | ||||
- require: | - require: | ||||
- require: | - require: | ||||
- pip: apache-libcloud | - pip: apache-libcloud | ||||
- pip: pycrypto | - pip: pycrypto | ||||
{% if grains['os'] not in ['Ubuntu', 'Debian'] %} | |||||
{% if grains['os_family'] == 'Debian' %} | |||||
- pip: crypto | - pip: crypto | ||||
{% endif %} | {% endif %} | ||||