From: DongHun Kwak Date: Thu, 13 Mar 2025 08:13:05 +0000 (+0900) Subject: Change python to %{__python} macro X-Git-Tag: accepted/tizen/base/20250314.085127^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f500c8f6d8737e02c52f6eead629a2fb1257a4d6;p=platform%2Fupstream%2Fpython-setuptools.git Change python to %{__python} macro Change-Id: I82ff23d889da184c20df426df3e1057b344f06d1 --- diff --git a/packaging/python-setuptools.spec b/packaging/python-setuptools.spec index 0ccdf20..81eee1b 100644 --- a/packaging/python-setuptools.spec +++ b/packaging/python-setuptools.spec @@ -66,11 +66,11 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py %build cp %{SOURCE1001} . -python bootstrap.py -python setup.py build +%{__python} bootstrap.py +%{__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