Skip to content

Commit 4eef09b

Browse files
adityapinglesfruomeiy-splunk
authored andcommitted
debug: pip install process;
1 parent 5f6c8c0 commit 4eef09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/amazon-linux-2023/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ rm -f get-pip.py
4646
ln -sf /usr/bin/python3 /usr/bin/python
4747

4848
# Install splunk-ansible dependencies
49-
pip install --use-mirrors setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
49+
pip install setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 jmespath
50+
pip install urllib3==1.26.5
5051
cd /
5152

5253
# Remove tests packaged in python libs

0 commit comments

Comments
 (0)