On 21 August 2016 at 01:13, Igor Gnatenko <[email protected]> wrote: > $ cat /usr/lib/python3.5/site-packages/Flask.egg-link > /builddir/build/BUILD/python3-python-flask-0.10.1-9.fc25 > . > > I think we should exclude all egg-links from distribution..
+1 - if these show up, it's likely to be due to a call to "pip -e" or "setup.py develop", and those kinds of operations shouldn't be used as part of an RPM build. > Also > question comes what we should do from RPM generator. > Neal proposed for now to just skip it[0].. > > [0] https://github.com/rpm-software-management/rpm/pull/80 Is that the PR you intended to link? It doesn't seem to be related to the problem of .egg-link files appearing in the RPM contents. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ python-devel mailing list [email protected] https://lists.fedoraproject.org/admin/lists/[email protected]
