Change python to %{__python} macro 12/321012/1 accepted/tizen_base accepted/tizen_base_x tizen_base accepted/tizen/base/20250314.085148 accepted/tizen/base/x/20250314.094245
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 13 Mar 2025 05:37:53 +0000 (14:37 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 13 Mar 2025 05:37:59 +0000 (14:37 +0900)
Change-Id: I29b823dd02abda9c12dfc9ffd7b09b94a25ec6db

packaging/python-argparse.spec

index 370553fb8cdf2ff5e98aa2af156ec39666e101c4..cd277cf47854280e6a849e1bd430c43f32af8516 100644 (file)
@@ -67,10 +67,10 @@ sed -i "s/\r//" NEWS.txt # Avoid warning wrong-file-end-of-line-encoding
 
 %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