deploy-ng: librt.so.1 to libutil.so.1 to exclude_dependencies

This commit is contained in:
Mitchell Stokes 2018-02-27 18:37:00 -08:00
parent 1afcda4700
commit fcacc3c2be
2 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ class build_apps(distutils.core.Command):
'libdl.so.2', 'libstdc++.so.6', 'libm.so.6', 'libgcc_s.so.1', 'libdl.so.2', 'libstdc++.so.6', 'libm.so.6', 'libgcc_s.so.1',
'libpthread.so.0', 'libc.so.6', 'ld-linux-x86-64.so.2', 'libpthread.so.0', 'libc.so.6', 'ld-linux-x86-64.so.2',
'libgl.so.1', 'libx11.so.6', 'libreadline.so.5', 'libncursesw.so.5', 'libgl.so.1', 'libx11.so.6', 'libreadline.so.5', 'libncursesw.so.5',
'libbz2.so.1', 'libz.so.1', 'liblzma.so.0', 'libbz2.so.1', 'libz.so.1', 'liblzma.so.0', 'librt.so.1', 'libutil.so.1',
] ]
# We keep track of the zip files we've opened. # We keep track of the zip files we've opened.

View File

@ -18,9 +18,9 @@ setup(
], ],
'platforms': [ 'platforms': [
'manylinux1_x86_64', 'manylinux1_x86_64',
'macosx_10_6_x86_64', #'macosx_10_6_x86_64',
'win32', #'win32',
'win_amd64', #'win_amd64',
], ],
} }
} }