File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ rm -f get-pip.py
4646ln -sf /usr/bin/python3 /usr/bin/python
4747
4848# Install splunk-ansible dependencies
49- pip -q --no-cache-dir install --upgrade Mako avro lxml protobuf
50- pip install setuptools
51- pip install six
52- pip install wheel
53- pip install requests
54- pip install cryptography==3.3.2
55- pip install jmespath
56- pip install urllib3==1.26.5
57- pip install ansible
49+ pip3 -q --no-cache-dir install --upgrade Mako avro lxml protobuf
50+ pip3 install setuptools
51+ pip3 install six
52+ pip3 install wheel
53+ pip3 install requests
54+ pip3 install cryptography==3.3.2
55+ pip3 install jmespath
56+ pip3 install urllib3==1.26.5
57+ pip3 install ansible
5858cd /
5959
6060# Remove tests packaged in python libs
You can’t perform that action at this time.
0 commit comments