python mathics: patch to allow current sympy

This commit is contained in:
Frederik Rietdijk 2015-12-21 09:20:40 +01:00
parent 81b0f551c7
commit 3b93952297
1 changed files with 4 additions and 0 deletions

View File

@ -10019,6 +10019,10 @@ in modules // {
buildInputs = with self; [ pexpect ];
prePatch = ''
substituteInPlace setup.py --replace "sympy==0.7.6" "sympy"
'';
propagatedBuildInputs = with self; [
argparse
cython