Skip to content

Commit

Permalink
Merge pull request #102 from Homebrew/alex-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Aug 6, 2024
2 parents 1143ff5 + 785ad71 commit 0faf539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formula2requirements.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
".tar.gz"
elsif path.end_with? ".tar.bz2"
".tar.bz2"
elsif path.ends_with? "-py3-none-any.whl"
"-py3-none-any.whl"
else
abort "barf: unexpected suffix in #{path}"
end
Expand Down

0 comments on commit 0faf539

Please sign in to comment.