[python-sqlalchemy0.7] really disable python3 support

Pádraig Brady pbrady at fedoraproject.org
Mon Jul 23 15:35:21 UTC 2012


commit 44897207a74fabf3bcca94fb5c0aeeaac464bb98
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jul 23 16:34:59 2012 +0100

    really disable python3 support

 python-sqlalchemy0.7.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/python-sqlalchemy0.7.spec b/python-sqlalchemy0.7.spec
index 5eb1b43..7fcd885 100644
--- a/python-sqlalchemy0.7.spec
+++ b/python-sqlalchemy0.7.spec
@@ -2,10 +2,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
 
-#%if 0%{?fedora} > 12 || 0%{?rhel} > 6
-#%global with_python3 1
-#%endif
-
+# python3 not needed for now
+%global with_python3 0
 
 %global srcname SQLAlchemy
 


More information about the scm-commits mailing list