Closed
Bug 1877348
Opened 2 years ago
Closed 2 years ago
Use `setuptools.setup` over `distutils.core.setup` within `mach`
Categories
(Firefox Build System :: Mach Core, task, P3)
Firefox Build System
Mach Core
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: ahochheiden, Assigned: ahochheiden)
References
Details
Attachments
(1 file)
We're technically already doing this, but there's a try/except wrapped around them that's still referencing distutils, so let's get rid of that to finish off the last reference to distutils.
| Assignee | ||
Comment 1•2 years ago
|
||
This is one of the last references to distutils within mach, so
let's get rid of it to be thorough.
Pushed by ahochheiden@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4861c239592b
Remove the `try/except` wrappers that end up calling `distutils.core.setup` r=firefox-build-system-reviewers,glandium
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•