From 2d4026bde2a1a0dc92cb27c61698548729af13f7 Mon Sep 17 00:00:00 2001 From: Mikhail Krassavin Date: Wed, 11 Jan 2023 16:42:06 +0600 Subject: [PATCH] fix: iniconfig <2.0.0 --- overrides/build-systems.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index f5baabf..70ad8fe 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -6896,10 +6896,22 @@ "setuptools" ], "iniconfig": [ - "setuptools", - "setuptools-scm", - "hatch-vcs", - "hatchling" + { + "buildSystem": "setuptools", + "until": "2.0.0" + }, + { + "buildSystem": "setuptools-scm", + "until": "2.0.0" + }, + { + "buildSystem": "hatchling", + "from": "2.0.0" + }, + { + "buildSystem": "hatch-vcs", + "from": "2.0.0" + } ], "inifile": [ "setuptools"