From 5da056925c4e440ed09308ac6fcb228966a23c00 Mon Sep 17 00:00:00 2001 From: Chaz Schlarp Date: Sun, 8 May 2022 17:24:25 -0700 Subject: [PATCH] build-systems: add cruft --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index af38660..d35cc73 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -242,6 +242,9 @@ "cython", "poetry-core" ], + "cruft": [ + "poetry-core" + ], "cssselect2": [ "flit", "flit-core"