Update install deps for SNI tests

This commit is contained in:
Matt Martz 2017-01-05 20:06:18 -06:00 committed by Toshio Kuratomi
commit b4b76bab14
2 changed files with 6 additions and 4 deletions

View file

@ -243,6 +243,8 @@
pip: pip:
name: "{{ item }}" name: "{{ item }}"
with_items: with_items:
- urllib3
- PyOpenSSL
- ndg-httpsclient - ndg-httpsclient
when: not ansible_python.has_sslcontext and not is_ubuntu_precise|bool when: not ansible_python.has_sslcontext and not is_ubuntu_precise|bool

View file

@ -1,9 +1,9 @@
uri_os_packages: uri_os_packages:
RedHat: RedHat:
- python-pyasn1 - python-pyasn1
- pyOpenSSL - libffi-devel
- python-urllib3 - openssl-devel
Debian: Debian:
- python-pyasn1 - python-pyasn1
- python-openssl - libffi-dev
- python-urllib3 - libssl-dev