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

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


commit af74079401a9f4650b6bf550d34688cc2b5baad0
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-tlslite.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-tlslite.spec b/python-tlslite.spec
index b2f8ea5..ea23fe5 100644
--- a/python-tlslite.spec
+++ b/python-tlslite.spec
@@ -46,11 +46,11 @@ Lite integrates with several stdlib neworking libraries.
 
 %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-tlslite.git/commitdiff/af74079401a9f4650b6bf550d34688cc2b5baad0



More information about the pld-cvs-commit mailing list