[python-django-federated-login] python line

Luis Enrique Bazán De León lbazan at fedoraproject.org
Wed Mar 26 18:41:11 UTC 2014


commit 30fe8ad527f1d90377bcb6fcc1021d0955807e5c
Author: lbazan <lbazan at fedoraproject.org>
Date:   Wed Mar 26 13:40:59 2014 -0500

    python line

 python-django-federated-login.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-django-federated-login.spec b/python-django-federated-login.spec
index 3cdccca..5cd78e8 100644
--- a/python-django-federated-login.spec
+++ b/python-django-federated-login.spec
@@ -70,7 +70,7 @@ cp -a . %{py3dir}
 %endif
 
 %build
-{__python} setup.py build
+python setup.py build
 
 %if 0%{?with_python3}
 pushd %{py3dir}
@@ -79,7 +79,7 @@ popd
 %endif
 
 %install
-{__python} setup.py install --skip-build --root %{buildroot}
+python setup.py install --skip-build --root %{buildroot}
 
 %if 0%{?with_python3}
 pushd %{py3dir}
@@ -88,7 +88,7 @@ popd
 %endif
 
 %check
-{__python} setup.py test
+python setup.py test
 
 %if 0%{?with_python3}
 pushd %{py3dir}


More information about the scm-commits mailing list