You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a use-case where I only want auditwheel to bundle certain libraries. i.e. I only want auditwheel to bundle libfoo1.so and libfoo2.so. Would it be possible to allow doing this?
In my use-case in specific, I am writing a backend that packages Meson projects into Python wheels. I use auditwheel to both include system dependencies, so that the wheels can be distributed on PyPI, but also include Meson built artifacts in the wheels.
The issue is that I want to make the inclusion of system libraries optional, as that is undesirable for many distro packagers and/or users. For this, I would need to run the wheel repair process with a custom policy, to only include the Meson artifacts.
The text was updated successfully, but these errors were encountered:
Hello, I have a use-case where I only want auditwheel to bundle certain libraries. i.e. I only want auditwheel to bundle
libfoo1.so
andlibfoo2.so
. Would it be possible to allow doing this?From #82 (comment):
The text was updated successfully, but these errors were encountered: