From aaa3a6ab7f174b70f92afb8c92b7e910be3fbc3d Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Mon, 13 Jan 2025 12:25:16 +1100 Subject: [PATCH] chore: add python also to the host --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index d6545c69..5be41ae0 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -6,7 +6,6 @@ package: source: git_url: https://github.com/Loop3D/map2loop - git_branch: chore--add-back-conda-build-config build: number: 0 @@ -14,6 +13,7 @@ build: requirements: host: - pip + - python - setuptools run: - loopprojectfile ==0.2.2