From 948c83319fb14591a176918793c16d55c30b19bd Mon Sep 17 00:00:00 2001 From: mencian Date: Tue, 15 Oct 2024 17:08:47 -0500 Subject: [PATCH] add setuptools to host --- recipes/easypqp/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/easypqp/meta.yaml b/recipes/easypqp/meta.yaml index 421e3314da6ca..5157353791118 100644 --- a/recipes/easypqp/meta.yaml +++ b/recipes/easypqp/meta.yaml @@ -23,6 +23,7 @@ requirements: host: - python >=3.6 - pip + - setuptools run: - python >=3.6 - numba