[packages/python-oauthlib] automatic change: use py_build/py_install macros
jajcus
jajcus at pld-linux.org
Sat Nov 28 18:33:07 CET 2015
commit 4074aa6dd86be0d69e08c625f8595a3372039178
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Sat Nov 28 18:06:43 2015 +0100
automatic change: use py_build/py_install macros
python-oauthlib.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-oauthlib.spec b/python-oauthlib.spec
index 9a4fe25..8b5736e 100644
--- a/python-oauthlib.spec
+++ b/python-oauthlib.spec
@@ -48,11 +48,11 @@ support for very little effort.
%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-oauthlib.git/commitdiff/4074aa6dd86be0d69e08c625f8595a3372039178
More information about the pld-cvs-commit
mailing list