You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The python@2 line should be python. Python 2 is soon-to-be-unsupported. SSLyze seems to support Python 3, so the Homebrew package should use that instead.
Python environment (please complete the following information):
OS: macOS Catalina
Python version: 3.7.5
The text was updated successfully, but these errors were encountered:
Things are a little hectic at Homebrew over the removal of Python 2 and the upgrade of Python 3.7 to 3.8. This has resulted in the opening, closing, and superseding of several PRs, but I think everything is resolved for SSLyze now with Homebrew/homebrew-core#47993
Describe the bug
The Homebrew installer for SSLyze depends on
python@2
, not Python 3.See
To Reproduce
Steps to reproduce the behavior:
Install SSLyze using
brew install sslyze
.Run the following command:
brew deps sslyze
.See error:
Expected behavior
The
python@2
line should bepython
. Python 2 is soon-to-be-unsupported. SSLyze seems to support Python 3, so the Homebrew package should use that instead.Python environment (please complete the following information):
The text was updated successfully, but these errors were encountered: