https://bugzilla.redhat.com/show_bug.cgi?id=1748059
--- Comment #2 from Carmen Bianca Bakker carmen@carmenbianca.eu ---
- You should delete PKG-INFO and src/license_expression.egg-info in %prep.
These files don't exist in the source tarball, and they aren't included in the final RPM either. I'm not sure about this step.
- Passing %{pypi_name} to %pypi_source is unnecessary.
- `irc-notify.py` is GPLv2+, but not installed. Please add a note above the License so others aren't confused by it.
- `Requires: %{py3_dist boolean.py}` is unnecessary and redundant with
automatic Provides/Requires.
Done x3. Spec and SRPM updated. Thanks :-)