From: DongHun Kwak Date: Thu, 13 Mar 2025 05:13:40 +0000 (+0900) Subject: Change python to %{__python} macro X-Git-Tag: accepted/tizen/base/20250314.085152^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_base;p=platform%2Fupstream%2Fpython-MarkupSafe.git Change python to %{__python} macro Change-Id: I5075e8700eaeca03b29dcf5211659462583be7b7 --- diff --git a/packaging/python-MarkupSafe.spec b/packaging/python-MarkupSafe.spec index a623413..e1ba993 100644 --- a/packaging/python-MarkupSafe.spec +++ b/packaging/python-MarkupSafe.spec @@ -41,10 +41,10 @@ safely encode strings for dynamically generated web pages. %build cp %{SOURCE1001} . export CFLAGS="%{optflags}" -python setup.py build +%{__python} setup.py build %install -python setup.py install --prefix=%{_prefix} --install-lib=%{python_sitelib} --root=%{buildroot} +%{__python} setup.py install --prefix=%{_prefix} --install-lib=%{python_sitelib} --root=%{buildroot} # Move library %ifarch x86_64 aarch64 riscv64