Problem Description
Unable to import exifread library in Fedora RPM. Looks like there is problem with pyproject.toml file.
Sample File
See redhat bugzilla report:
https://bugzilla.redhat.com/show_bug.cgi?id=2370270
There is an solution, how to fix it. Just add "*" to include in pyproject.toml:
include = ["exifread*"]