https://bugzilla.redhat.com/show_bug.cgi?id=1951868
--- Comment #2 from Carl George 🤠<[email protected]> --- > PYTHONPATH=%{buildroot}%{python3_sitearch} pytest-%{python3_version} --verbose > > ⇒ > > %pytest --verbose My intent was to keep the spec file compatible with epel8, and I thought %pytest wasn't available there. I was mistaken, it is available, so this has been fixed. > - Do the .c and .h files need to be shipped too? Nope. I've toggled this off by editing the setup.py file in %prep. > - This is MIT: > > *No copyright* Expat License > ---------------------------- > immutables-0.15/immutables/pythoncapi_compat.h Reported upstream and fixed in the spec file by including the pythoncapi_compat license as another source file. Spec URL: https://download.copr.fedorainfracloud.org/results/carlwgeorge/reviews/fedora-rawhide-x86_64/02144701-python-immutables/python-immutables.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/carlwgeorge/reviews/fedora-rawhide-x86_64/02144701-python-immutables/python-immutables-0.15-2.fc35.src.rpm -- 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 -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
