Skip to content

Commit d2c9ddb

Browse files
committed
Polish code
test=develop
1 parent 5d0ba9d commit d2c9ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/manylinux1/build_scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AUTOCONF_HASH=954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
2525

2626
# Dependencies for compiling Python that we want to remove from
2727
# the final image after compiling Python
28-
PYTHON_COMPILE_DEPS="zlib-devel bzip2-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel libffi-dev"
28+
PYTHON_COMPILE_DEPS="zlib-devel bzip2-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel libffi-devel"
2929

3030
# Libraries that are allowed as part of the manylinux1 profile
3131
MANYLINUX1_DEPS="glibc-devel libstdc++-devel glib2-devel libX11-devel libXext-devel libXrender-devel mesa-libGL-devel libICE-devel libSM-devel ncurses-devel freetype-devel libpng-devel"

0 commit comments

Comments
 (0)