From c0a1d4ac8a6616dd1dfb2a003a1e121fcce341ef Mon Sep 17 00:00:00 2001 From: Jeff Hutchison Date: Mon, 21 Aug 2023 14:17:23 -0400 Subject: [PATCH] Update argon2-cffi >= 23.1.0 to hatchling --- overrides/build-systems.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index f5beb0062..0e3217bed 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -924,8 +924,26 @@ "setuptools" ], "argon2-cffi": [ - "flitBuildHook", - "setuptools" + { + "buildSystem": "flitBuildHook", + "until": "23.1.0" + }, + { + "buildSystem": "setuptools", + "until": "23.1.0" + }, + { + "buildSystem": "hatchling", + "from": "23.1.0" + }, + { + "buildSystem": "hatch-fancy-pypi-readme", + "from": "23.1.0" + }, + { + "buildSystem": "hatch-vcs", + "from": "23.1.0" + } ], "argon2-cffi-bindings": [ "setuptools",