Hi, I'm trying to triage pyinstaller/pyinstaller#9430 which is about pyinstaller failing to preserve the libwayland-client-b9b885b1.so.0.23.0 and libwayland-server-cccc50f9.so.0.23.0 files that the prebuilt wheels contain. But I'm doubtful that those files are really supposed to be there in the first place given that a library for interacting with wayland presumably assumes an existing wayland installation.
It looks to me like you might have used auditwheel repair on the wheels just to set the proper platform tag and not realised that it also sucks in any libraries that have been linked against? Can you confirm/deny that guess?
Hi, I'm trying to triage pyinstaller/pyinstaller#9430 which is about pyinstaller failing to preserve the
libwayland-client-b9b885b1.so.0.23.0andlibwayland-server-cccc50f9.so.0.23.0files that the prebuilt wheels contain. But I'm doubtful that those files are really supposed to be there in the first place given that a library for interacting with wayland presumably assumes an existing wayland installation.It looks to me like you might have used
auditwheel repairon the wheels just to set the proper platform tag and not realised that it also sucks in any libraries that have been linked against? Can you confirm/deny that guess?