Merge ~maxgmr/ubuntu/+source/ubertooth:ubertooth-deprecated-distutils into ubuntu/+source/ubertooth:ubuntu/devel
Proposed by
Max Gilmour
Status: | Merged |
---|---|
Merge reported by: | Max Gilmour |
Merged at revision: | d125be0635634c3e3e808aaf475890c7b74b8c63 |
Proposed branch: | ~maxgmr/ubuntu/+source/ubertooth:ubertooth-deprecated-distutils |
Merge into: | ubuntu/+source/ubertooth:ubuntu/devel |
Diff against target: |
94 lines (+43/-2) 5 files modified
debian/changelog (+8/-0) debian/control (+3/-1) debian/patches/0009-Replace-deprecated-distutils.patch (+29/-0) debian/patches/series (+1/-0) debian/rules (+2/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Zixing Liu (community) | Approve | ||
Review via email:
|
Description of the change
ubertooth fails to build from source due to the deprecation of the `distutils` module in Python 3.12. To fix this, the `setuptools` module, which provides `distutils`, has been added instead. The package now builds successfully on all Ubuntu targets.
To post a comment you must log in.
This is my first MP- any criticism or feedback is welcomed and appreciated.