From 0ad297a08192b84954ed0df5dff3c63ec4c65f36 Mon Sep 17 00:00:00 2001 From: Fabien Pertuy Date: Tue, 30 May 2023 21:55:23 +0200 Subject: [PATCH] Add poetry as host dep --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 98f551a..cd67e09 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,6 +20,7 @@ requirements: host: - python >=3.7 - pip + - poetry run: - python >=3.7 - mako