Change python to %{__python} macro 95/321095/1 accepted/tizen_unified tizen accepted/tizen/unified/20250314.155252
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 14 Mar 2025 02:25:47 +0000 (11:25 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 14 Mar 2025 02:25:51 +0000 (11:25 +0900)
Change-Id: I9347c6ef128b0b7e43a472df7fbdcf0784e09626

packaging/python-coverage.spec

index df197a55c5f42812fa329a6d066d87fa31a0ddca..9b138e89b074f7e5537018f6e2bda1360ba54fda 100644 (file)
@@ -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