On 03/23/18 15:15, Toshio Kuratomi wrote:
Something that occurred to me last night, rather than a conditional on Fedora version, is there a macro that we could provide to mean python2 is available in this Fedora version? That way packagers wanting to support their packages on the versions of python that the platform ships can conditionalize on that imstead of fedora release (which is variable depending on whether someone picked up and drops support for the orphaned python 2 package)
I'm not sure how useful that would be. Wouldn't we want that not only for the python2 package, but also for other dependencies? Django's py2 subpackage is dropped already. Should there have been a macro advertising that?
Also, we want to *avoid* breaking everything at once. Providing a flag that gets flipped at one moment wouldn't solve much.
_______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org