File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ class Bedtools < Formula
55 sha256 "79a1ba318d309f4e74bfa74258b73ef578dccb1045e270998d7fe9da9f43a50e"
66 license "MIT"
77
8- no_autobump! because : :requires_manual_review
9-
108 bottle do
119 sha256 cellar : :any , arm64_tahoe : "31fb10bdcf4acbae4eec588dfae4f131545f8cc87e45c7e6e7347adaf050645b"
1210 sha256 cellar : :any , arm64_sequoia : "2e84cd0c3fa3bfe3fe5c55304cb4d53edfbffba792c40e98fc5a2c057d8e81b1"
@@ -27,10 +25,6 @@ class Bedtools < Formula
2725 uses_from_macos "zlib"
2826
2927 def install
30- # Remove on the next release which has commit try both python and python3
31- # Ref: https://github.com/arq5x/bedtools2/commit/ffbc4e18d100ccb488e4a9e7e64146ec5d3af849
32- inreplace "Makefile" , "python" , "python3"
33-
3428 system "make"
3529 system "make" , "install" , "prefix=#{ prefix } "
3630 end
You can’t perform that action at this time.
0 commit comments