Skip to content
Snippets Groups Projects
Commit 98bbf584 authored by nimrod's avatar nimrod
Browse files

- Fix issue with setuptools failing on 'ImportError: No module named packaging.version'.

parent c28d086b
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,11 @@ ...@@ -16,11 +16,11 @@
- name: pip install SSL SNI support - name: pip install SSL SNI support
with_items: with_items:
- pip>=9.0.1
- urllib3[secure]>=1.11 - urllib3[secure]>=1.11
- requests[security]>=2.12.1
- ndg-httpsclient>=0.4.0 - ndg-httpsclient>=0.4.0
- setuptools[certs]>=28.1.0 - setuptools[certs]>=28.1.0
- pip>=7 - requests[security]>=2.12.1
pip: pip:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment