Change python to %{__python} macro 42/321042/1 accepted/tizen_base accepted/tizen_base_x tizen_base accepted/tizen/base/20250314.085124 accepted/tizen/base/x/20250314.094220
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 13 Mar 2025 08:16:09 +0000 (17:16 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 13 Mar 2025 08:16:13 +0000 (17:16 +0900)
Change-Id: Icef92f3212ca8bf1ccfe10f0d7d5497035ea5533

packaging/python-traceback2.spec

index 0f7a60167e6f2c3c41b09c6b2bfbd4e35a58ff07..b0b3186ef8601abf613089bbe2438de14248709e 100644 (file)
@@ -42,10 +42,10 @@ A backport of traceback to older supported Pythons.
 
 %build
 cp %{SOURCE1001} .
-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}
 
 %remove_docs