Skip to content

Commit

Permalink
Merge pull request #1837 from laurentS/build-sys-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Oct 10, 2024
2 parents 427be8b + c8586bf commit a9112df
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -5858,7 +5858,14 @@
],
"docker": [
"setuptools",
"setuptools-scm"
"setuptools-scm",
{
"buildSystem": "hatchling",
"from": "7.1.0"
}
],
"docker-image-py": [
"setuptools"
],
"docker-py": [
"setuptools"
Expand Down Expand Up @@ -8593,6 +8600,9 @@
"grpcio-gcp": [
"setuptools"
],
"grpcio-health-checking": [
"setuptools"
],
"grpcio-reflection": [
"setuptools"
],
Expand Down Expand Up @@ -25869,6 +25879,9 @@
"types-cachetools": [
"setuptools"
],
"types-certifi": [
"setuptools"
],
"types-cffi": [
"setuptools"
],
Expand Down

0 comments on commit a9112df

Please sign in to comment.