fix: avoid importing bauh during package build #1

Closed
Machintosh wants to merge 1 commit from fix/python314-build into main
Machintosh commented 2026-07-15 17:35:11 +02:00 (Migrated from github.com)

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.

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.
Machintosh commented 2026-07-15 17:42:29 +02:00 (Migrated from github.com)

Seems like its AUR upstream issue, hence closing

Seems like its AUR upstream issue, hence closing

Pull request closed

Sign in to join this conversation.
No description provided.