[python-sqlalchemy0.7] Fix build issues with python 3 systems

Pádraig Brady pbrady at fedoraproject.org
Mon Jul 23 13:52:25 UTC 2012


commit f620234ddee91c1b7bab2d8f23c332a2f90885c6
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jul 23 14:51:51 2012 +0100

    Fix build issues with python 3 systems

 python-sqlalchemy0.7.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-sqlalchemy0.7.spec b/python-sqlalchemy0.7.spec
index b5801b5..54e38a8 100644
--- a/python-sqlalchemy0.7.spec
+++ b/python-sqlalchemy0.7.spec
@@ -105,7 +105,7 @@ find %{buildroot}%{python_sitearch}/SQLAlchemy-%{version}-*-linux-%{_target_cpu}
 %if 0%{?with_python3}
 pushd %{py3dir}
 mkdir -p %{buildroot}%{python3_sitearch}
-easy_install -m --install-dir %{buildroot}%{python_sitearch} dist/*.egg #TODO what about c-extensions
+easy_install -m --install-dir %{buildroot}%{python3_sitearch} dist/*.egg #TODO what about c-extensions
 find %{buildroot}%{python3_sitearch}/SQLAlchemy-%{version}-*-linux-%{_target_cpu}.egg/sqlalchemy/ -name '*.py' |
  xargs chmod 0644
 popd


More information about the scm-commits mailing list