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

Fix 'depends_on :python3' is disabled! #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix 'depends_on :python3' is disabled! #8

wants to merge 1 commit into from

Conversation

AshGrowem
Copy link

According to the error message this should hopefully fix issue #7 depends_on :python3 is disabled
I ran into it myself.

Error Message

Mac:~ ashrafhadden$ brew install --HEAD cema-sp/homebrew-tap/alacritty
==> Tapping cema-sp/tap
Cloning into '/usr/local/Homebrew/Library/Taps/cema-sp/homebrew-tap'...
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (8/8), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/cema-sp/homebrew-tap/Formula/kitty.rb
Calling 'depends_on :python3' is disabled!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/cema-sp/homebrew-tap/Formula/kitty.rb:7:in `<class:Kitty>'
Please report this to the cema-sp/tap tap!
Or, even better, submit a PR to fix it!
Error: Cannot tap cema-sp/tap: invalid syntax in tap!
Mac:~ ashrafhadden$ 

According to the error message this should hopefully fix: 'depends_on :python3 is disabled' issue #7 . I ran into it myself.
### Error Message
```
Mac:~ ashrafhadden$ brew install --HEAD cema-sp/homebrew-tap/alacritty
==> Tapping cema-sp/tap
Cloning into '/usr/local/Homebrew/Library/Taps/cema-sp/homebrew-tap'...
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (8/8), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/cema-sp/homebrew-tap/Formula/kitty.rb
Calling 'depends_on :python3' is disabled!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/cema-sp/homebrew-tap/Formula/kitty.rb:7:in `<class:Kitty>'
Please report this to the cema-sp/tap tap!
Or, even better, submit a PR to fix it!
Error: Cannot tap cema-sp/tap: invalid syntax in tap!
Mac:~ ashrafhadden$ 
```
@pirj
Copy link

pirj commented Aug 9, 2018

Let's get this merged!

@specious
Copy link
Contributor

specious commented Aug 2, 2021

#3 fixes this too.

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

Successfully merging this pull request may close these issues.

3 participants