pyproject.yaml
missing build-backend
key causes Fedora buildsystem to call non-existent setup.py
#932
Loading…
x
Reference in New Issue
Block a user
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.yaml
is missing thebuild-backend
key. 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.toml
alone.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!