diff mbox series

[1/2] pyproject.toml: remove broken [build-system] section

Message ID 20260818173407.2657441-1-chris.laplante@agilent.com
State New
Headers show
Series [1/2] pyproject.toml: remove broken [build-system] section | expand

Commit Message

chris.laplante@agilent.com Aug. 18, 2026, 5:34 p.m. UTC
From: Chris Laplante <chris.laplante@agilent.com>

The [build-system] section specifies setuptools as the backend but
doesn't add setuptools to the 'requires'. Since we are not currently
interested in packaging bitbake, just remove the entire section. This at
least lets IDEs like PyCharm create a uv environment correctly, e.g. for code
analysis.

Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
---
 pyproject.toml | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/pyproject.toml b/pyproject.toml
index 93508d92e..4725e860b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,3 @@ 
-[build-system]
-requires = []
-build-backend = "setuptools.build_meta"
-
 [project]
 name = "bitbake"
 version = "2.19.0"