On Sun, Nov 23, 2025 at 5:57 AM Miroslav Suchý <[email protected]> wrote: > > I am trying to build my first package using > > BuildSystem: pyproject > > But I am hitting problem that I am unable to resolve. I will appreciate any > hints. > > SPEC: https://miroslav.suchy.cz/tmp/python-promptml.spec > > SRPM: p > > The requirements in upstream package are too strict (e.g., PyYAML==6.0.1) and > I need to soften it to ( PyYAML>=6.0.1). I am sure I could handle it if I > were not used BuildSystem. But with BuildSystem I cannot find how to do that. > The patch is not enough. Why it does not work? How can I make it work? >
Your patch doesn't patch pyproject.toml, it patches the pre-generated (and ignored!) PKG-INFO file instead. Update your patch and it will work. -- 真実はいつも一つ!/ Always, there's only one truth! -- _______________________________________________ devel 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, report it: https://pagure.io/fedora-infrastructure/new_issue
