On Wed, Nov 30, 2016 at 8:41 AM, Tomas Orsava <tors...@redhat.com> wrote: > > I don't think the depgen should be enabled by default, at least not in the > foreseeable future. IIRC it's not that well implemented—e.g. I believe it > doesn't read requirements.txt for example (but I might be wrong). > There will be a lot of cases where the generated requirements are > incomplete, or contain unnecessary entries, etc. I think it should remain an > opt-in. >
According to various Python people, we're not actually supposed to read requirements.txt. That file is explicitly designed for people to individualized deployments. The proper place to get this information is from the egg-info/dist-info data, which is what we read. The fact that some people abuse requirements.txt and have it read in by their setup.py is beside the point. Whatever the setup.py (thus pip/easy_install/etc.) says it needs, the generator will dutifully report. -- 真実はいつも一つ!/ Always, there's only one truth! _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org