Uses deprecated distutils
Bug #1962732 reported by
Ross Burton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ufw |
Triaged
|
Medium
|
Unassigned |
Bug Description
distutils is deprecated in Python 3.10 and will be *removed* in 3.12:
https:/
The easiest port is to setuptools, but the entirely custom install function makes the migration not as trivial as simply changing the import from distutils to setuptools.
Related branches
lp://staging/~tgamblin/ufw/distutils-to-setuptools
Ready for review
for merging
into
lp://staging/ufw
- Jamie Strandboge: Pending requested
-
Diff: 14 lines (+2/-2)1 file modifiedsetup.py (+2/-2)
To post a comment you must log in.
Thanks for the report! :)