Issues with egg-info switching between directory and file

2019-04-01 Thread Orion Poplawski
I've noticed a few times now where a python package unexpectedly produces an egg-info file instead of a directory. This is particularly troubling in light of rpm's inability to replace a directory with a file: https://fedoraproject.org/wiki/Packaging:Directory_Replacement This seems to come a

Re: Issues with egg-info switching between directory and file

2019-04-01 Thread Toshio Kuratomi
On Mon, Apr 1, 2019 at 7:40 PM Orion Poplawski wrote: > I've noticed a few times now where a python package unexpectedly > produces an egg-info file instead of a directory. This is particularly > troubling in light of rpm's inability to replace a directory with a file: > > https://fedoraproject.