fix: avoid importing bauh during package build #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
spalencsar/bearhub!1
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/python314-build"
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?
This fixes the Python 3.14 build failure caused by importing bauh during package metadata generation.
The build backend imports bearhub to read version, but bauh isn't available inside the isolated build environment. Defining the metadata locally avoids the import and allows the package to build successfully.
Seems like its AUR upstream issue, hence closing
Pull request closed