about summary refs log tree commit diff
path: root/pkgs/applications/audio/friture/factorial.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/friture/factorial.patch')
-rw-r--r--pkgs/applications/audio/friture/factorial.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/applications/audio/friture/factorial.patch b/pkgs/applications/audio/friture/factorial.patch
deleted file mode 100644
index de053802932dc..0000000000000
--- a/pkgs/applications/audio/friture/factorial.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/friture/filter_design.py b/friture/filter_design.py
-index 9876c43..1cc749a 100644
---- a/friture/filter_design.py
-+++ b/friture/filter_design.py
-@@ -2,7 +2,7 @@
- from numpy import pi, exp, arange, cos, sin, sqrt, zeros, ones, log, arange, set_printoptions
- # the three following lines are a workaround for a bug with scipy and py2exe
- # together. See http://www.pyinstaller.org/ticket/83 for reference.
--from scipy.misc import factorial
-+from scipy.special import factorial
- import scipy
- scipy.factorial = factorial
-