File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
.ci/docker/manywheel/build_scripts Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ if [ "$(uname -m)" != "s390x" ] && [ "$(uname -m)" != "ppc64le" ] ; then
3636else
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}
4948fi
5049
You can’t perform that action at this time.
0 commit comments