Mailing List Archive

[MythTV/mythtv] 9d4b41: Python Bindings: Enforce python pip for python 3.12
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 9d4b411b89aea9c37574a0c6c391e1cbacb69d52
https://github.com/MythTV/mythtv/commit/9d4b411b89aea9c37574a0c6c391e1cbacb69d52
Author: Roland Ernst <rcrernst@gmail.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)

Changed paths:
M mythtv/configure

Log Message:
-----------
Python Bindings: Enforce python pip for python 3.12

In case of python 3.12+, only use python-pip to install
the Python Bindings (instead of using `setup.py` directly).

Otherwise, one may get a mixture of the installs of the
Python Bindings done by `setup.py` from the `setuptools`,
which produces an `python egg` installable, and the Bindings
installed by `pip install` which uses a `python wheel`
as install medium.

Fixes #848


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits