diff --git a/rpmlint.toml b/rpmlint.toml index 169e95a..e052f3f 100644 --- a/rpmlint.toml +++ b/rpmlint.toml @@ -60,6 +60,9 @@ Filters = [ # missing documentation from subpackages '^python3(\.\d+)?-(freethreading(-\w+)?|debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation', + # idle subpackages have no binaries + '^python3(\.\d+)?-(freethreading-)?idle\.[^:]+: (E|W): no-binary', + # platform python is obsoleted, but not provided 'obsolete-not-provided platform-python',