Skip to content

Commit

Permalink
depend: remove missing-lib warning suppresion rule for libshiboken
Browse files Browse the repository at this point in the history
The global missing-lib warning suppression for libshiboken should now
be redundant, thanks to the improved missing-lib warning suppression
from the preceding commit.
  • Loading branch information
rokm committed Jul 23, 2023
1 parent e536599 commit d34f707
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PyInstaller/depend/dylib.py
Expand Up @@ -347,10 +347,6 @@ def include_library(libname):

# Patterns for suppressing warnings about missing dynamically linked libraries
_warning_suppressions = [
# We fail to discover shiboken2 (PySide2) and shiboken6 (PySide6) shared libraries due to the way the packages set
# up the search path to the library, which is located in a separate package. Suppress the harmless warnings to avoid
# confusion.
r'(lib)?shiboken.*',
]

# On some systems (e.g., openwrt), libc.so might point to ldd. Suppress warnings about it.
Expand Down

0 comments on commit d34f707

Please sign in to comment.