diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch b/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch new file mode 100644 index 0000000000..cf5ddf31cc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | From 7963caede294c7615ab0a60900e37790731279cc Mon Sep 17 00:00:00 2001 | ||
2 | From: Leon Anavi <leon.anavi@konsulko.com> | ||
3 | Date: Tue, 4 Mar 2025 13:30:48 +0000 | ||
4 | Subject: [PATCH] pyproject.toml: Support newer versions | ||
5 | |||
6 | Support newer versions when building through bitbake. | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe specific] | ||
9 | |||
10 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
11 | --- | ||
12 | pyproject.toml | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/pyproject.toml b/pyproject.toml | ||
16 | index e162ba062..89798fa23 100644 | ||
17 | --- a/pyproject.toml | ||
18 | +++ b/pyproject.toml | ||
19 | @@ -1,7 +1,7 @@ | ||
20 | |||
21 | [build-system] | ||
22 | requires = [ | ||
23 | - "hatchling==1.26.1", | ||
24 | + "hatchling>=1.26.1", | ||
25 | "hatch-vcs==0.4.0", | ||
26 | "hatch-fancy-pypi-readme==24.1.0" | ||
27 | ] | ||
28 | -- | ||
29 | 2.39.5 | ||
30 | |||