From d2280896f51e98c3e9d4e07af139a2e03804a49e Mon Sep 17 00:00:00 2001 From: Petr Matousek Date: Sun, 19 May 2024 16:00:22 +0200 Subject: [PATCH] clippy: we do not need the spec hack anymore now that walrus operator is gone, we do not need the spec hack anymore to cover failing module compilation on el7 with Python 3.6 --- make-srpm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/make-srpm.sh b/make-srpm.sh index 13cde51..2493003 100755 --- a/make-srpm.sh +++ b/make-srpm.sh @@ -94,9 +94,6 @@ BuildRequires: help2man %if 0%{?rhel} == 7 %global python3_pkgversion 36 - -# needed for /usr/share/csmock/scripts/convert-clippy.py -%global _python_bytecompile_errors_terminate_build 0 %endif BuildRequires: python%{python3_pkgversion}-GitPython