Description of problem: python-enchant package on Fedora 24 is missing egg-info. An application that would require "pyenchant", written in `install_requires`, and has entry points would raise an error on start: pkg_resources.DistributionNotFound: The 'pyenchant' distribution was not found and is required by APPLICATION How reproducible: Build python package with entry points, with `install_requires=['pyenchant']`, and RPM with `Requires: python3-enchant`.
It seems that in the SPEC, the egg-info is removed during the %install which is not the case for later branches. Will fix it.
python-enchant-1.6.8-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-a893e322ab
python-enchant-1.6.8-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.