mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
keg, cmd/--prefix: handle python3.10
This commit is contained in:
@@ -74,6 +74,7 @@ module Homebrew
|
||||
lib/gio/*
|
||||
lib/node_modules/*
|
||||
lib/python[23].[0-9]/*
|
||||
lib/python3.[0-9][0-9]/*
|
||||
lib/pypy/*
|
||||
lib/pypy3/*
|
||||
lib/ruby/gems/[12].*
|
||||
|
||||
@@ -452,7 +452,7 @@ class Keg
|
||||
/^ocaml/,
|
||||
/^perl5/,
|
||||
"php",
|
||||
/^python[23]\.\d/,
|
||||
/^python[23]\.\d+/,
|
||||
/^R/,
|
||||
/^ruby/
|
||||
:mkpath
|
||||
|
||||
Reference in New Issue
Block a user