Skip to content

Commit

Permalink
fix centos-7, python 2.75 lcov building
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 23, 2024
1 parent e0efff1 commit 3a3e11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps-packaging/lcov/cfbuild-lcov.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr CFG_DIR=/etc

# Manually invoke the python byte compile macro for each path that needs byte
# compilation.
%py_byte_compile %{__python3} %{buildroot}%{_datadir}/support-scripts/spreadsheet.py
%py_byte_compile %{__python3} %{buildroot}%{_datadir}/scripts/spreadsheet.py
%clean
rm -rf $RPM_BUILD_ROOT

Expand Down

0 comments on commit 3a3e11a

Please sign in to comment.