about summary refs log tree commit diff
path: root/pkgs/applications/science/misc/sasview/pyparsing-fix.patch
blob: c3cd164a899a32c7d1411ab5e00fda970141b3d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 866ab7e36..78727b276 100755
--- a/setup.py
+++ b/setup.py
@@ -401,7 +401,7 @@ package_data['sas.sasview'] = ['images/*',
 packages.append("sas.sasview")
 
 required = [
-    'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing>=2.0.0',
+    'bumps>=0.7.5.9', 'periodictable>=1.5.0',
 
     # 'lxml>=2.2.2',
     'lxml', 'h5py',