From 90570a8d044c3a49d60dc3cd0e2046dcce329ac8 Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Fri, 5 May 2023 01:11:32 -0500 Subject: [PATCH] urllib3: Used flit-core until 2.0.2 and hatchling since See https://github.com/urllib3/urllib3/commit/8dda1974ae51839304f8517ab7993006c0d9db2e for the commit to change from `flit_core` to `hatchling`. --- overrides/build-systems.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index d665635..cfb3a83 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -18730,6 +18730,14 @@ "setuptools" ], "urllib3": [ + { + "buildSystem": "flit-core", + "until": "2.0.2" + }, + { + "buildSystem": "hatchling", + "from": "2.0.2" + }, "setuptools" ], "urlpy": [