We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DynamicExecutable.libraries
1 parent 7993e1d commit eb8773aCopy full SHA for eb8773a
src/auditwheel/lddtree.py
@@ -592,5 +592,5 @@ def ldd(
592
frozenset(needed - _excluded_libs),
593
tuple(rpaths),
594
tuple(runpaths),
595
- _all_libs,
+ {k: v for k, v in _all_libs.items() if k not in _excluded_libs},
596
)
0 commit comments