mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
dist: Remove liblzma, libreadline and libbz2 from exclude_dependencies
These are not part of the manylinux specs, and actually needed by the Python _lzma, readline, etc. modules. This fixes the problem that these dependencies are not being picked up automatically.
This commit is contained in:
parent
42580a81de
commit
e0309a98aa
4
direct/src/dist/commands.py
vendored
4
direct/src/dist/commands.py
vendored
@ -270,8 +270,8 @@ class build_apps(setuptools.Command):
|
|||||||
# manylinux1/linux
|
# manylinux1/linux
|
||||||
'libdl.so.*', 'libstdc++.so.*', 'libm.so.*', 'libgcc_s.so.*',
|
'libdl.so.*', 'libstdc++.so.*', 'libm.so.*', 'libgcc_s.so.*',
|
||||||
'libpthread.so.*', 'libc.so.*', 'ld-linux-x86-64.so.*',
|
'libpthread.so.*', 'libc.so.*', 'ld-linux-x86-64.so.*',
|
||||||
'libgl.so.*', 'libx11.so.*', 'libreadline.so.*', 'libncursesw.so.*',
|
'libgl.so.*', 'libx11.so.*', 'libncursesw.so.*', 'libz.so.*',
|
||||||
'libbz2.so.*', 'libz.so.*', 'liblzma.so.*', 'librt.so.*', 'libutil.so.*',
|
'librt.so.*', 'libutil.so.*',
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
'/usr/lib/libc++.1.dylib',
|
'/usr/lib/libc++.1.dylib',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user