pyproject.yaml missing build-backend key causes Fedora buildsystem to call non-existent setup.py #932
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#932
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm trying to do and why
pyproject.yamlis missing thebuild-backendkey. It's there, but commented out.Fedora's buildsystem, in adherence with PEP 517, will then try to execute the non-existent
setup.py.Relevant PEP 517 quote:
Steps to reproduce
Downloading the latest borgmatic RPM spec file and try building it locally or in mock.
Actual behavior
Snippet from Fedora buildsystem:
Expected behavior
Fedora's build system is able to build borgmatic using
pyproject.tomlalone.Other notes / implementation ideas
No response
borgmatic version
1.9.1
borgmatic installation method
No response
Borg version
No response
Python version
3.13.0
Database version (if applicable)
No response
Operating system and version
Fedora Linux 41 (Workstation Edition)
Thanks for filing this. This is fixed in main and will be part of the next release!
Released in borgmatic 1.9.2!