#60127 closed defect (fixed)
pybombs: portindex fails
Reported by: | dbevans (David B. Evans) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pybombs |
Description
Error: You must select a Python variant; you cannot select -python38 alone. Failed to parse file science/pybombs/Portfile: Invalid variant selection.
Change History (3)
comment:1 Changed 5 years ago by jmroot (Joshua Root)
comment:2 Changed 5 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 5 years ago by jmroot (Joshua Root)
Be aware that it could easily just break again when the default changes to 39. It would be better to remove the use of the "default default" entirely.
Note: See
TracTickets for help on using
tickets.
It's relying on the default value of python.default_version (which just changed) to correspond to one of the declared variants. There's no python38 variant.