Why does make chromium browser pulls in python27

In make.conf I have:
Code:
DEFAULT_VERSIONS+= python=3.7
DEFAULT_VERSIONS+= python3=3.7

So I wonder why make chromium pulls in python27?
 
Back
Top