Skip to content

Commit

Permalink
Merge pull request #15911 from branchvincent/pip-feature
Browse files Browse the repository at this point in the history
formula: drop old pip feature flag
  • Loading branch information
MikeMcQuaid committed Aug 26, 2023
2 parents 54d7f0c + f8ab19d commit ae0f563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1705,8 +1705,7 @@ def std_meson_args
build_isolation: T::Boolean).returns(T::Array[String])
}
def std_pip_args(prefix: self.prefix, build_isolation: false)
args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed",
"--use-feature=no-binary-enable-wheel-cache", "--no-compile"]
args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed", "--no-compile"]
args << "--prefix=#{prefix}" if prefix
args << "--no-build-isolation" unless build_isolation
args
Expand Down

0 comments on commit ae0f563

Please sign in to comment.