From 41e4f3fbfd409d2603aef6c5a0c0de9c9fdbc6ea Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 6 Jun 2011 18:33:05 +0200 Subject: [PATCH] call sqla_nose.py with correct interpreter --- python-sqlalchemy.spec | 4 ++-- 1 file 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