diff --git a/python37.rpmlintrc b/python37.rpmlintrc index f91b865..6c1ce83 100644 --- a/python37.rpmlintrc +++ b/python37.rpmlintrc @@ -45,6 +45,8 @@ addFilter(r'obsolete-not-provided platform-python') # RPMLINT IMPERFECTIONS # https://github.com/rpm-software-management/rpmlint/issues/123 addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3393') +# https://github.com/rpm-software-management/rpmlint/pull/133 +addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3394') # https://bugzilla.redhat.com/show_bug.cgi?id=1550562 # https://github.com/rpm-software-management/rpmlint/issues/128