keg, cmd/--prefix: handle python3.10

This commit is contained in:
Carlo Cabrera 2021-07-03 23:33:09 +01:00
parent 83aa3ff258
commit d88576a89b
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ module Homebrew
lib/gio/* lib/gio/*
lib/node_modules/* lib/node_modules/*
lib/python[23].[0-9]/* lib/python[23].[0-9]/*
lib/python3.[0-9][0-9]/*
lib/pypy/* lib/pypy/*
lib/pypy3/* lib/pypy3/*
lib/ruby/gems/[12].* lib/ruby/gems/[12].*

View File

@ -452,7 +452,7 @@ class Keg
/^ocaml/, /^ocaml/,
/^perl5/, /^perl5/,
"php", "php",
/^python[23]\.\d/, /^python[23]\.\d+/,
/^R/, /^R/,
/^ruby/ /^ruby/
:mkpath :mkpath