summaryrefslogtreecommitdiff
path: root/community/python-sympy/test.patch
blob: 81e00f2db907278e849f1e71b5580c8c45d21057 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -216,7 +216,7 @@ setup(
       license = 'BSD',
       url = 'http://code.google.com/p/sympy',
       packages = ['sympy'] + modules + tests + pyglet_packages,
-      scripts = ['bin/isympy', 'bin/test', 'bin/doctest'],
+      scripts = ['bin/isympy'],
       ext_modules = [],
       package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] },
       data_files = [('share/man/man1', ['doc/man/isympy.1'])],