From 285804051ecf3d0e64f95af11d29ef928b817ccb Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Mon, 9 May 2022 13:51:14 +0200 Subject: [PATCH] overrides: add build system for msgpack-types --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index af38660..a934d30 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -723,6 +723,9 @@ "msgpack-numpy": [ "cython" ], + "msgpack-types": [ + "poetry" + ], "msoffcrypto-tool": [ "poetry-core" ],