On 08-12-2023 07:22, Nathan Scott wrote:
ValueError: Globs did not match any module: xgboost

This sounds like the module is not installed where you think it is. In other words %{pyproject_files} would be empty because the glob (xgboost) after %pyproject_save_files doesn't match anything.

What do you have in build/BUILDROOT/*/usr/lib64/python3.12/site-packages/ inside your mock changeroot?

-- Sandro
--
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
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/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to