On Fri, Dec 28, 2018 at 7:06 PM Avram Lubkin <av...@rockhopper.net> wrote: > > On Fri, Dec 28, 2018 at 12:38 PM Igor Gnatenko > <ignatenkobr...@fedoraproject.org> wrote: >> >> You can't make it work in EPEL easily because python modules do not >> have pythonX.Ydist() provides. > > > Didn't realize that and not sure why that wasn't backported. Honestly, if we > aren't going to be consistent across EPEL and Fedora when we can, then why > are they even under the same umbrella? > > Anyway, looks like enabling it for EPEL is a bigger task. I still don't see > the point of enabling it by default in Fedora at this point. It can easily be > enabled for those who want it and doesn't add work for those who it won't > work for. Especially since there is no test code!
Well, it has been opt-in since F28[0]. Automatic dependency generator actually fixes missing requirements and/or wrong ones. For instance, python-zeroconf was depending on `python3-six` and `python3-netaddr` while the actual and only requirement was the `python3-ifaddr`. So it's already decided that we are going to enable them in F30+. (Change was approved by FESCo and already turned on). And yeah, patches (to add tests) are welcome. [0] https://fedoraproject.org/wiki/Changes/EnablingPythonGenerators > > _______________________________________________ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org