summaryrefslogtreecommitdiff
path: root/community/python-sympy/test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-sympy/test.patch')
-rw-r--r--community/python-sympy/test.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/python-sympy/test.patch b/community/python-sympy/test.patch
deleted file mode 100644
index 81e00f2db..000000000
--- a/community/python-sympy/test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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'])],