https://bugzilla.redhat.com/show_bug.cgi?id=1847117 --- Comment #2 from Andrew Bauer <zonexpertconsulting@xxxxxxxxxxx> --- Fix glob in %files ------------------- Replace: > %{python3_sitelib}/* with: > %{python3_sitelib}/%{srcname}-*.egg-info/ > %{python3_sitelib}/%{srcname}/ See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_example_python_spec_file https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Eggs/ python3-pytest4 is deprecated ----------------------------- python3-pytest4 is deprecated, but that build requirement is autogenerated from the py3_dist macro. It seems safe to ignore this. One would expect py3_dist to choose python3-pytest5 automatically, once pytest4 goes away. Some background reading I came across: https://www.spinics.net/lists/fedora-devel/msg272130.html (python3-pytest5 is the replacement) https://bugzilla.redhat.com/show_bug.cgi?id=1839477 (same error, but reviewer didn't flag it) It looks good. I'm going to sleep on it and take another pass at this in the morning. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx