From 56bff6715a4ed82106669f23d6d79341ea47a38d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 14 Mar 2025 11:25:47 +0900 Subject: [PATCH] Change python to %{__python} macro Change-Id: I9347c6ef128b0b7e43a472df7fbdcf0784e09626 --- packaging/python-coverage.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/python-coverage.spec b/packaging/python-coverage.spec index df197a5..9b138e8 100644 --- a/packaging/python-coverage.spec +++ b/packaging/python-coverage.spec @@ -22,10 +22,10 @@ library to determine which lines are executable, and which have been executed. cp %{SOURCE1001} . %build -python setup.py build +%{__python} setup.py build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %manifest %{name}.manifest -- 2.34.1