From 6754ba59d9b2fa233f8690c5a539414a0fc012df Mon Sep 17 00:00:00 2001
From: Guillaume Cerutti <guillaume.cerutti@inria.fr>
Date: Thu, 1 Aug 2024 08:57:40 +0200
Subject: [PATCH] add setuptools everywhere in conda recipe

---
 conda/meta.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index cebc7cc..8746c67 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -15,8 +15,10 @@ requirements:
     - setuptools
     - python=3.9
   host:
+    - setuptools
     - python=3.9
   run:
+    - setuptools
     - python=3.9
     - gnomon=1.0
     - gnomon_package_tissueimage
-- 
GitLab