Skip to content

Commit 573fddd

Browse files
authored
Merge pull request #251117 from branchvincent/bedtools
bedtools: remove outdated workaround
2 parents ce2a599 + c03aeda commit 573fddd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Formula/b/bedtools.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)