Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew installer uses Python 2 #405

Closed
michaelblyons opened this issue Dec 10, 2019 · 2 comments
Closed

Homebrew installer uses Python 2 #405

michaelblyons opened this issue Dec 10, 2019 · 2 comments

Comments

@michaelblyons
Copy link

Describe the bug
The Homebrew installer for SSLyze depends on python@2, not Python 3.

See

To Reproduce
Steps to reproduce the behavior:

  1. Install SSLyze using brew install sslyze.

  2. Run the following command: brew deps sslyze.

  3. See error:

    $ brew deps sslyze
    gdbm
    [email protected]
    python@2
    readline
    sqlite
    

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
@michaelblyons
Copy link
Author

I did not realize that Homebrew/homebrew-core#45750 existed when I filed this. I'll watch that PR and close this issue when it's merged.

@michaelblyons
Copy link
Author

michaelblyons commented Dec 18, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant