From 72573bde2dfb6f564e2882809582488934f73f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BE=E5=9C=B0=20=E5=B8=8C=E7=95=99=E8=80=B6?= <65301509+KiruyaMomochi@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:35:59 +0800 Subject: [PATCH] overrides/build-systems: cachecontrol --- overrides/build-systems.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index bb9506d14..e235c4574 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -2592,7 +2592,14 @@ "setuptools" ], "cachecontrol": [ - "setuptools" + { + "buildSystem": "setuptools", + "until": "0.13.1" + }, + { + "buildSystem": "flit-core", + "from": "0.13.1" + } ], "cached-property": [ "setuptools"