From: DongHun Kwak Date: Fri, 14 Mar 2025 02:25:47 +0000 (+0900) Subject: Change python to %{__python} macro X-Git-Tag: accepted/tizen/unified/20250314.155252^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56bff6715a4ed82106669f23d6d79341ea47a38d;p=platform%2Fupstream%2Fpython-coverage.git Change python to %{__python} macro Change-Id: I9347c6ef128b0b7e43a472df7fbdcf0784e09626 --- 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