summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gcovr
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gcovr')
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch12
1 files changed, 6 insertions, 6 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
index b06acdf333..2e422cd8fc 100644
--- 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
@@ -20,12 +20,12 @@ index f8e54eb03..e6242f042 100644
20 20
21 [build-system] 21 [build-system]
22 requires = [ 22 requires = [
23- "hatchling==1.26.1", 23- "hatchling==1.27.0",
24- "hatch-vcs==0.4.0", 24- "hatch-vcs==0.5.0",
25- "hatch-fancy-pypi-readme==24.1.0" 25- "hatch-fancy-pypi-readme==25.1.0",
26+ "hatchling>=1.26.1", 26+ "hatchling>=1.27.0",
27+ "hatch-vcs>=0.4.0", 27+ "hatch-vcs>=0.5.0",
28+ "hatch-fancy-pypi-readme>=24.1.0" 28+ "hatch-fancy-pypi-readme>=25.1.0"
29 ] 29 ]
30 build-backend = "hatchling.build" 30 build-backend = "hatchling.build"
31 31