We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1cb340 + 77edbdf commit 60ec979Copy full SHA for 60ec979
Formula/e/eye-d3.rb
@@ -9,8 +9,8 @@ class EyeD3 < Formula
9
head "https://github.com/nicfit/eyeD3.git", branch: "0.9.x"
10
11
bottle do
12
- rebuild 1
13
- sha256 cellar: :any_skip_relocation, all: "ae16b3eff6a5254049a8ba9cac20ae0109417ee0c1daaba5de6ada9a6a8119df"
+ rebuild 2
+ sha256 cellar: :any_skip_relocation, all: "b5e7af9000a35d628bc1c9410be411d08b693c5a72e000b7c60da35f9755e049"
14
end
15
16
depends_on "[email protected]"
@@ -31,6 +31,10 @@ class EyeD3 < Formula
31
32
33
def install
34
+ # Fix to error: SystemError: buffer overflow
35
+ # Issue ref: https://github.com/nicfit/eyeD3/issues/680
36
+ inreplace "eyed3/utils/console.py", "'\\0'", "b'\\\\0'"
37
+
38
virtualenv_install_with_resources
39
doc.install Dir["docs/*"]
40
0 commit comments