Skip to content

Commit

Permalink
clippy: we do not need the spec hack anymore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmatouse committed May 19, 2024
1 parent d3a9c14 commit d228089
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d228089

Please sign in to comment.