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
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.