Opened 6 years ago
Closed 6 years ago
#58165 closed defect (fixed)
bind9: python dependency confusion
Reported by: | jmroot (Joshua Root) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | bind9 |
Description
[5e5544a79bda80eed16291c1dbdb0aff5b153db1/macports-ports] added a dependency on python37 when no variants are selected. But there are still python27 and python36 variants which only add more dependencies and configure args, resulting in this:
% port deps bind9 +python36 Full Name: bind9 @9.12.4_0+python36 Library Dependencies: openssl, libxml2, python37, py37-ply, python36, py36-configargparse, py36-ply
Should there be a python37 variant instead?
Change History (3)
comment:1 Changed 6 years ago by jmroot (Joshua Root)
Owner: | set to danielluke |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by danielluke (Daniel J. Luke)
comment:3 Changed 6 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Removed variants in [d52fa8c707ff7469d90644f3037769d35653a0b8/macports-ports].
Note: See
TracTickets for help on using
tickets.
Thanks (I forgot those other python variants existed).
I'm somewhat inclined to just drop them and only include python37 support, but having a default python37 variant would be OK otherwise. Upstream changed to include a file that requires python by default.