You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_paramiko/install-FreeBSD-11-python-3...

10 lines
432 B
YAML

- name: Downgrade to pip version 18.1 to work around a PEP 517 virtualenv bug
# pip 19.0.0 added support for PEP 517
# versions as recent as 19.0.3 fail to install paramiko in a virtualenv due to a BackendUnavailable exception
# installation without a virtualenv succeeds
pip:
name: pip==18.1
- name: Install Paramiko for Python 3 on FreeBSD 11
pip: # no py36-paramiko package exists for FreeBSD 11
name: paramiko