anticipate python 3.5 in .pth audit
This commit is contained in:
parent
417b1dffa5
commit
86612c253d
@ -127,7 +127,7 @@ module FormulaCellarChecks
|
|||||||
end
|
end
|
||||||
|
|
||||||
def check_easy_install_pth lib
|
def check_easy_install_pth lib
|
||||||
pth_found = Dir["#{lib}/python{2.7,3.4}/site-packages/easy-install.pth"].map { |f| File.dirname(f) }
|
pth_found = Dir["#{lib}/python{2.7,3}*/site-packages/easy-install.pth"].map { |f| File.dirname(f) }
|
||||||
return if pth_found.empty?
|
return if pth_found.empty?
|
||||||
|
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user