[python-sqlalchemy] call sqla_nose.py with correct interpreter

Nils Philippsen nphilipp at fedoraproject.org
Mon Jun 6 16:33:53 UTC 2011


commit 41e4f3fbfd409d2603aef6c5a0c0de9c9fdbc6ea
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Jun 6 18:33:05 2011 +0200

    call sqla_nose.py with correct interpreter

 python-sqlalchemy.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index 0c8b40d..77a1414 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -110,11 +110,11 @@ rm -rf doc/build
 rm -rf %{buildroot}
 
 %check
-./sqla_nose.py
+%{__python} ./sqla_nose.py
 
 %if 0%{?with_python3}
 pushd %{py3dir}
-./sqla_nose.py
+%{__python3} ./sqla_nose.py
 popd
 %endif
 


More information about the scm-commits mailing list