-
- Downloads
Bug 1858062 - Remove reference to distutils in mozboot a=pascalc
distutils is no longer available in Python 3.12, which means we cannot require it on bootstrap, otherwise we cannot bootstrap from Py 3.12. We already require setuptools as part of mach's requirements, so it's fine to depend on setuptools elsewhere. Original Revision: https://phabricator.services.mozilla.com/D190537 Differential Revision: https://phabricator.services.mozilla.com/D200113
Showing
- python/mozboot/mozboot/base.py 0 additions, 7 deletionspython/mozboot/mozboot/base.py
- python/mozboot/mozboot/bootstrap.py 0 additions, 16 deletionspython/mozboot/mozboot/bootstrap.py
- python/mozboot/mozboot/debian.py 0 additions, 7 deletionspython/mozboot/mozboot/debian.py
- python/mozboot/setup.py 4 additions, 1 deletionpython/mozboot/setup.py
Please register or sign in to comment