From b972959e385f13520c063f912593b07cd92dba38 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 9 Oct 2024 11:54:51 -0500 Subject: [PATCH 1/2] ignore renovate Python updates --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4bd832f5..3eafb510 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"] + "extends": ["config:base"], + "ignoreDeps": [ + "python" + ] } From e56817b2197bf21d525f5a11f10f1a58dfbef9d3 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 9 Oct 2024 12:00:58 -0500 Subject: [PATCH 2/2] add host dependency on setuptools --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1f268b0a..10818535 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -15,6 +15,7 @@ requirements: host: - python >=3.9 - python-build + - setuptools run: - python >=3.9 - pyyaml