Skip to content

Commit

Permalink
fix: add host dependency on 'setuptools', ignore renovate Python upda…
Browse files Browse the repository at this point in the history
…tes (#113)
  • Loading branch information
jameslamb authored Oct 9, 2024
1 parent d38a5d3 commit 5e43e0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requirements:
host:
- python >=3.9
- python-build
- setuptools
run:
- python >=3.9
- pyyaml
Expand Down
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base"],
"ignoreDeps": [
"python"
]
}

0 comments on commit 5e43e0c

Please sign in to comment.