Change python to %{__python} macro 18/321018/1 accepted/tizen_base accepted/tizen_base_x tizen_base accepted/tizen/base/20250314.085143 accepted/tizen/base/x/20250314.094240
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 13 Mar 2025 06:08:01 +0000 (15:08 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 13 Mar 2025 06:08:01 +0000 (15:08 +0900)
Change-Id: Ifb5d7e3088a31bd8d5e4fcfb3196b0ce85da03da

packaging/python-lxml.spec

index 9eb2c75ff091407cad6dc10dded939fee1ddd9d4..65166fea734cef8ffecf848ca5d4d24166766af4 100644 (file)
@@ -25,10 +25,10 @@ cp %{SOURCE1001} .
 
 %build
 export CFLAGS+=" -Wno-error=incompatible-pointer-types"
-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