Update install deps for SNI tests
This commit is contained in:
parent
33f7a27cba
commit
b4b76bab14
2 changed files with 6 additions and 4 deletions
|
@ -243,6 +243,8 @@
|
|||
pip:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- urllib3
|
||||
- PyOpenSSL
|
||||
- ndg-httpsclient
|
||||
when: not ansible_python.has_sslcontext and not is_ubuntu_precise|bool
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
uri_os_packages:
|
||||
RedHat:
|
||||
- python-pyasn1
|
||||
- pyOpenSSL
|
||||
- python-urllib3
|
||||
- libffi-devel
|
||||
- openssl-devel
|
||||
Debian:
|
||||
- python-pyasn1
|
||||
- python-openssl
|
||||
- python-urllib3
|
||||
- libffi-dev
|
||||
- libssl-dev
|
Loading…
Reference in a new issue