[PATCH 1/2] pyproject.toml: remove broken [build-system] section
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Chris Laplante <[email protected]> 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 <[email protected]> --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.43.0