Skip to content

Commit

Permalink
certifi: drop support for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Dec 11, 2024
1 parent dbc1039 commit bd4807c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/c/certifi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Certifi < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f1fc985a1c89bd40c73b17e3dfbf5483cb0417c8d4d12e2be66158a503ab169"
end

depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "ca-certificates"
Expand All @@ -25,6 +24,9 @@ def pythons
end

def install
# Ensure uniform bottles
inreplace "README.rst", "/usr/local", HOMEBREW_PREFIX

pythons.each do |python|
python_exe = python.opt_libexec/"bin/python"
system python_exe, "-m", "pip", "install", *std_pip_args(build_isolation: true), "."
Expand Down

0 comments on commit bd4807c

Please sign in to comment.