Am 17.08.23 um 11:54 schrieb Ben Greiner:
Am 17.08.23 um 02:27 schrieb Axel Braun:
Am Donnerstag, 17. August 2023, 07:51:08 BST schrieb Andrei Borzenkov:
On Wed, Aug 16, 2023 at 10:52 PM Ben Greiner <code@bnavigator.de> wrote:
There are three packages providing python3dist(jupyterlab), and for some
reason zypper selects python310-jupyterlab instead of
python311-jupyterlab.
But how can zypper decide which package is the correct one? Any choice
will be random.
The user has to do the selection by installing python3XX-jupyterlab. In
99% of all cases that is the primary python311 version automatically
because the python311-jupyterlab package is selected through another
dependency or already installed. I am surprised that previously clean
installation pulls in python310-jupyterlab through this ambiguity.
Suggestions to fix it without forcing python311 are welcome.
Good news! According to my tests, adding a simple `Recommends: python3-jupyterlab` is sufficient for zypper to consider the primary flavor first. https://build.opensuse.org/request/show/1104353 - Ben