Skip to content

Commit

Permalink
rust-clippy: avoid f-strings error on rhel-7
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatouse committed Mar 26, 2024
1 parent 48e3d24 commit af8d20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ 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 af8d20a

Please sign in to comment.