Skip to content

Commit d6d0349

Browse files
Add requests unixsocket to Support UDS builds (#649)
* debug: uds-build * revert splunk-ansible branch hard code; * updated pip install command;
1 parent 5aa2c22 commit d6d0349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip
6262
# Install splunk-ansible dependencies
6363
cd /
6464
/usr/bin/python3.7 -m pip install --upgrade pip
65-
pip -q --no-cache-dir install --upgrade six wheel requests Mako urllib3 certifi jmespath future avro cryptography lxml protobuf setuptools ansible
65+
pip -q --no-cache-dir install --upgrade "requests_unixsocket<2.29" "requests<2.29" six wheel Mako "urllib3<2.0.0" certifi jmespath future avro cryptography lxml protobuf setuptools ansible
6666

6767
# Remove tests packaged in python libs
6868
find /usr/lib/ -depth \( -type d -a -not -wholename '*/ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf '{}' \;

0 commit comments

Comments
 (0)