[packages/python-urllib3] automatic change: use py_build/py_install macros

jajcus jajcus at pld-linux.org
Sat Nov 28 18:47:41 CET 2015


commit fbc852e8fe38ca1d857a8974c9f66d3fae089e22
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:44 2015 +0100

    automatic change: use py_build/py_install macros

 python-urllib3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-urllib3.spec b/python-urllib3.spec
index 15e1b17..a4f6858 100644
--- a/python-urllib3.spec
+++ b/python-urllib3.spec
@@ -77,11 +77,11 @@ plików metodą POST. Możliwości:
 
 %build
 %if %{with python2}
-%{__python} setup.py build -b py2
+%py_build -b py2
 %endif
 
 %if %{with python3}
-%{__python3} setup.py build -b py3
+%py3_build -b py3
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-urllib3.git/commitdiff/fbc852e8fe38ca1d857a8974c9f66d3fae089e22



More information about the pld-cvs-commit mailing list