Hi! > please I need some advice about this PR: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209649 > > The issue seems to be related to portmaster, as I think it does not > detect that py-borgbackup requires 3.4 python version packages instead > of 2.7. The critical output is the following:
That's a general issue not yet solved in general: How do ports depend on py3-related ports and not their py2 variants ? Right now it requires py3 ports for every dependency, which is not always available. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207005 for an example. I think Ben can explain it in more detail (in Cc:). -- [email protected] +49 171 3101372 4 years to go ! _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
