Files
tubestation/third_party/python/setuptools/distutils-precedence.pth
Kagami Sascha Rosylight a213fea96a Bug 1858260 - Upgrade setuptools to 68.0.0 r=sergesanspaille,mach-reviewers,ahal
68.0.0 is the last version of setuptools that still supports Python 3.7, currently our minimum supported Python version. (It's dropped at 68.1.0 as it's not considered as a breaking change, which is surprising: https://setuptools.pypa.io/en/stable/history.html)

Differential Revision: https://phabricator.services.mozilla.com/D190674
2023-10-11 21:02:02 +00:00

2 lines
151 B
Plaintext

import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();