https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226634
--- Comment #7 from Serge <skh1...@hotmail.com> --- First of all, a clarification. It is py36-setuptools that is incompatible with py27-setuptools, not py36-setuptools_scm. My problem is that I cannot have py36-setuptools + py27-setuptools at the same time. Now, you may be right that changing DEFAULT_VERSIONS is not supported, but in this particular case, samba47 explicitly depends on py27 flavour of py-setuptools. Just to double-check, I rebuilt it with DEFAULT_VERSIONS+= python=3.6, but it did not change anything. Therefore, regardless of support, there is a dilemma: if I set DEFAULT_VERSIONS+= python=2.7, I am unable to build py-iocage, because it explicitly depends on py36; and if I set it to 3.6, samba47 will still pull in py27-setuptools because it explicitly depends on 2.7. If I had something depending on py36-setuptools before, I would not have been able to build samba47. So, one way or another this still comes to py27-setuptools being apparently incompatible with py36-setuptools. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"