File tree 2 files changed +3
-3
lines changed
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):
262
262
263
263
class OpenSSLPrerequisite (Prerequisite ):
264
264
name = "openssl"
265
- homebrew_formula_name = "openssl@1.1 "
265
+ homebrew_formula_name = "openssl@3 "
266
266
mandatory = dict (linux = False , darwin = True )
267
267
installer_is_supported = dict (linux = False , darwin = True )
268
268
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ def setUp(self):
99
99
self .mandatory = dict (linux = False , darwin = True )
100
100
self .installer_is_supported = dict (linux = False , darwin = True )
101
101
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 "
104
104
105
105
@mock .patch (
106
106
"pythonforandroid.prerequisites.Prerequisite._darwin_get_brew_formula_location_prefix"
You can’t perform that action at this time.
0 commit comments