From f428d886d0f9682efa7d3bdad767e05c9b91d6dd Mon Sep 17 00:00:00 2001 From: Fiona Zhao Date: Sat, 9 Mar 2024 10:19:41 +0800 Subject: [PATCH] `dnspython`: `setuptools` -> `hatchling` in 2.5.0+ --- overrides/build-systems.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 9ee2746..e3df718 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -5690,12 +5690,21 @@ "setuptools" ], "dnspython": [ - "poetry-core", - "setuptools", - "setuptools-scm", + { + "buildSystem": "poetry-core", + "until": "2.5.0" + }, + { + "buildSystem": "setuptools", + "until": "2.5.0" + }, + { + "buildSystem": "setuptools-scm", + "until": "2.5.0" + }, { "buildSystem": "hatchling", - "from": "2.6.1" + "from": "2.5.0" } ], "dnspythonchia": [