]> git.pld-linux.org Git - packages/python-requests-oauthlib.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:43 +0000 (18:06 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:43 +0000 (18:06 +0100)
python-requests_oauthlib.spec

index 8e0b981c1ece457c7d13a66ab52fd2b596772a0c..5f538fed865f88c9b3a8d71f4dddaebfbea2ae2d 100644 (file)
@@ -46,11 +46,11 @@ First-class OAuth library support for python-requests.
 
 %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
This page took 0.079052 seconds and 4 git commands to generate.