Skip to content

Commit e111f09

Browse files
build script
1 parent 658392e commit e111f09

File tree

1 file changed

+1
-2
lines changed
  • .ci/docker/manywheel/build_scripts

1 file changed

+1
-2
lines changed

.ci/docker/manywheel/build_scripts/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ if [ "$(uname -m)" != "s390x" ] && [ "$(uname -m)" != "ppc64le" ] ; then
3636
else
3737
# Dependencies for compiling Python that we want to remove from
3838
# the final image after compiling Python
39-
PYTHON_COMPILE_DEPS="zlib1g-dev libbz2-dev libncurses-dev libsqlite3-dev libdb-dev libpcap-dev liblzma-dev libffi-dev"
39+
PYTHON_COMPILE_DEPS="zlib1g-dev libncurses-dev libsqlite3-dev libdb-dev libpcap-dev liblzma-dev libffi-dev"
4040

4141
# Libraries that are allowed as part of the manylinux1 profile
4242
MANYLINUX1_DEPS="libglib2.0-dev libX11-dev libncurses-dev"
4343

4444
# Development tools and libraries
4545
apt install -y bzip2 make git patch unzip diffutils \
4646
automake which file cmake \
47-
linux-headers-virtual \
4847
${PYTHON_COMPILE_DEPS}
4948
fi
5049

0 commit comments

Comments
 (0)