[mythtv-commits] [MythTV/mythtv] fb21e2: Python: Remove deprecated `distutils` package.
Roland Ernst
noreply at github.com
Sun Jul 23 10:29:08 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: fb21e2bc18405ab44903d4a68d506a51d0083e6b
https://github.com/MythTV/mythtv/commit/fb21e2bc18405ab44903d4a68d506a51d0083e6b
Author: Roland Ernst <rcrernst at gmail.com>
Date: 2023-07-23 (Sun, 23 Jul 2023)
Changed paths:
M mythplugins/configure
Log Message:
-----------
Python: Remove deprecated `distutils` package.
If the plugin MythNetVision is built together with MythTV, configure
tries to determine the preliminary path of the Python Bindings.
Python3.10 deprecates the 'distutils' package, and python3.12 will
remove this package, hence we need another solution to provide
the correct paths to the MythTV Python libs.
Fixes MythTV#437
More information about the mythtv-commits
mailing list