[Bug 226634] devel/py-setuptools: pkg-static: py27-setuptools-38.5.2 conflicts with py36-setuptools-38.5.2 (installs files into the same place). Problematic file: /usr/local/bin/easy_install
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 28 21:04:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226634
--- Comment #7 from Serge <skh1002 at 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.
More information about the freebsd-python
mailing list