
17 Aug
2023
17 Aug
'23
16:20
On Thu, Aug 17, 2023 at 1:28 PM Ben Greiner <code@bnavigator.de> wrote:
The user has to do the selection by installing python3XX-jupyterlab. In
...
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
This means that if a user decided to not have the primary flavor at all for whatever reason and only has python310-jupiterlab, the python311-jupiterlab will still be pulled in. Whether it is of practical concern, I do not know. If you only want to influence selection when no jupiter package is present, it needs something like Recommends: (python3-jupyterlab unless python3dist(jupyterlab))