From e6352eb9e2cffc8a27644843ab9e73fa889edcac Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 27 Feb 2023 13:16:11 +1300 Subject: [PATCH] fix: Sort build systems --- overrides/build-systems.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index d7df1e4..d2245e1 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -15839,9 +15839,6 @@ "setuptools", "setuptools-scm" ], - "singledispatch": [ - "setuptools" - ], "single-source": [ "poetry-core" ], @@ -15849,6 +15846,9 @@ "poetry-core", "setuptools" ], + "singledispatch": [ + "setuptools" + ], "siobrultech-protocols": [ "setuptools" ],