[sympy] Make the TeXmacs integration use python 2 for now.

Jerry James jjames at fedoraproject.org
Fri Dec 5 15:46:07 UTC 2014


commit 070da8ba032b3ba57d2b124665ad2d0759ef6f41
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Fri Dec 5 08:45:57 2014 -0700

    Make the TeXmacs integration use python 2 for now.

 sympy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sympy.spec b/sympy.spec
index 225508c..336d352 100644
--- a/sympy.spec
+++ b/sympy.spec
@@ -135,7 +135,7 @@ touch -r bin/isympy %{buildroot}%{_bindir}/isympy
 rm -f %{buildroot}%{_bindir}/{,doc}test
 
 ## Install the TeXmacs integration
-sed 's/python/python3/' data/TeXmacs/bin/tm_sympy > \
+sed 's/python/python2/' data/TeXmacs/bin/tm_sympy > \
   %{buildroot}%{_bindir}/tm_sympy
 chmod a+x %{buildroot}%{_bindir}/tm_sympy
 touch -r data/TeXmacs/bin/tm_sympy %{buildroot}%{_bindir}/tm_sympy


More information about the scm-commits mailing list