rpmlint: Python modules don't need to be linked against libc
They are loaded from Python and Python is already linked against libc. See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/QGJEDBFN7OXMP7OVTSVBO4DCGTX4K4WI/
This commit is contained in:
parent
4aedf056ed
commit
553fd279ba
@ -71,5 +71,8 @@ addFilter(r'read-error /usr/lib(64)?/pkgconfig/python-3\.\ddm\.pc \[Errno 2\]')
|
|||||||
# we need this macro to evaluate, even if the line starts with #
|
# we need this macro to evaluate, even if the line starts with #
|
||||||
addFilter(r'macro-in-comment %\{_pyconfig(32|64)_h\}')
|
addFilter(r'macro-in-comment %\{_pyconfig(32|64)_h\}')
|
||||||
|
|
||||||
|
# Python modules don't need to be linked against libc
|
||||||
|
addFilter(r'E: library-not-linked-against-libc /usr/lib(64)?/python3.\d/lib-dynload/')
|
||||||
|
|
||||||
# SPELLING ERRORS
|
# SPELLING ERRORS
|
||||||
addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')
|
addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')
|
||||||
|
Loading…
Reference in New Issue
Block a user