File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ def darwin_installer(self):
262262
263263class OpenSSLPrerequisite (Prerequisite ):
264264 name = "openssl"
265- homebrew_formula_name = "openssl@1.1 "
265+ homebrew_formula_name = "openssl@3 "
266266 mandatory = dict (linux = False , darwin = True )
267267 installer_is_supported = dict (linux = False , darwin = True )
268268
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ def setUp(self):
9999 self .mandatory = dict (linux = False , darwin = True )
100100 self .installer_is_supported = dict (linux = False , darwin = True )
101101 self .prerequisite = OpenSSLPrerequisite ()
102- self .expected_homebrew_formula_name = "openssl@1.1 "
103- self .expected_homebrew_location_prefix = "/opt/homebrew/opt/openssl@1.1 "
102+ self .expected_homebrew_formula_name = "openssl@3 "
103+ self .expected_homebrew_location_prefix = "/opt/homebrew/opt/openssl@3 "
104104
105105 @mock .patch (
106106 "pythonforandroid.prerequisites.Prerequisite._darwin_get_brew_formula_location_prefix"
You can’t perform that action at this time.
0 commit comments