File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export LANG=en_US.utf8
29
29
# Install utility packages
30
30
microdnf -y --nodocs install wget sudo shadow-utils procps tar make gcc \
31
31
openssl-devel bzip2-devel libffi-devel findutils \
32
- libssh-devel libcurl-devel glib2-devel ncurses-devel \
32
+ libssh-devel libcurl-devel ncurses-devel \
33
33
diffutils bzip2
34
34
# Patch security updates
35
35
microdnf -y --nodocs update gnutls kernel-headers libdnf librepo libnghttp2 nettle \
@@ -78,7 +78,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip3
78
78
# Install splunk-ansible dependencies
79
79
cd /
80
80
/usr/bin/python3.9 -m pip install --upgrade pip
81
- 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
81
+ pip -q --no-cache-dir install --upgrade requests_unixsocket requests six wheel Mako " urllib3<2.0.0" certifi jmespath future avro cryptography lxml protobuf setuptools ansible
82
82
83
83
# Remove tests packaged in python libs
84
84
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 ' {}' \;
@@ -87,7 +87,7 @@ find /usr/lib/ -depth \( -type f -a -name 'wininst-*.exe' \) -exec rm -rf '{}' \
87
87
ldconfig
88
88
89
89
# Cleanup
90
- microdnf remove -y make gcc openssl-devel bzip2-devel findutils glib2-devel glibc-devel cpp binutils \
90
+ microdnf remove -y make gcc openssl-devel bzip2-devel findutils glibc-devel cpp binutils \
91
91
keyutils-libs-devel krb5-devel libcom_err-devel libffi-devel libcurl-devel \
92
92
libselinux-devel libsepol-devel libssh-devel libverto-devel libxcrypt-devel \
93
93
ncurses-devel pcre2-devel zlib-devel diffutils bzip2
You can’t perform that action at this time.
0 commit comments