From 4a751e9cbca9944ffb4eb14137fcfad044aae0d1 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 7 Jan 2014 13:58:37 +0100 Subject: [PATCH] no need to use 2to3 for python 3.x anymore --- python-sqlalchemy.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index d8a3290..c9afb00 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -77,8 +77,6 @@ CFLAGS="%{optflags}" %{__python} setup.py --with-cextensions build %if 0%{?with_python3} pushd %{py3dir} -# Convert tests and examples to python3 -%{__python3} sa2to3.py --no-diffs -w test examples # Currently the cextension doesn't work with python3 CFLAGS="%{optflags}" %{__python3} setup.py build popd @@ -129,6 +127,7 @@ popd %changelog * Tue Jan 07 2014 Nils Philippsen - 0.9.1-1 - version 0.9.1, upstream feature and bugfix release +- no need to use 2to3 for python 3.x anymore * Mon Dec 09 2013 Nils Philippsen - 0.8.4-1 - version 0.8.4, upstream bugfix release