File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 48
48
exit 1
49
49
fi
50
50
51
- BASETOOLS=" autoconf automake bison bzip2 diffutils file hardlink hostname make patch unzip"
51
+ BASETOOLS=" autoconf automake bison bzip2 diffutils file hardlink make patch unzip"
52
52
if [ " ${AUDITWHEEL_POLICY} " == " manylinux2010" ]; then
53
53
PACKAGE_MANAGER=yum
54
54
BASETOOLS=" ${BASETOOLS} which"
@@ -72,7 +72,7 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2010" ]; then
72
72
fi
73
73
elif [ " ${AUDITWHEEL_POLICY} " == " manylinux2014" ]; then
74
74
PACKAGE_MANAGER=yum
75
- BASETOOLS=" ${BASETOOLS} which"
75
+ BASETOOLS=" ${BASETOOLS} hostname which"
76
76
# See https://unix.stackexchange.com/questions/41784/can-yum-express-a-preference-for-x86-64-over-i386-packages
77
77
echo " multilib_policy=best" >> /etc/yum.conf
78
78
# Error out if requested packages do not exist
@@ -101,6 +101,7 @@ elif [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ]; then
101
101
fi
102
102
elif [ " ${AUDITWHEEL_POLICY} " == " manylinux_2_24" ]; then
103
103
PACKAGE_MANAGER=apt
104
+ BASETOOLS=" ${BASETOOLS} hostname"
104
105
export DEBIAN_FRONTEND=noninteractive
105
106
sed -i ' s/none/en_US/g' /etc/apt/apt.conf.d/docker-no-languages
106
107
apt-get update -qq
You can’t perform that action at this time.
0 commit comments