Skip to content

Commit

Permalink
fix: update build systems for a handful of django packages (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyMathews authored Sep 19, 2024
1 parent c35dd37 commit 1f4d4dc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -5286,6 +5286,9 @@
"django-braces": [
"setuptools"
],
"django-browser-reload": [
"setuptools"
],
"django-cache-memoize": [
"setuptools"
],
Expand Down Expand Up @@ -5471,6 +5474,9 @@
"django-libsass": [
"setuptools"
],
"django-lifecycle": [
"setuptools"
],
"django-logentry-admin": [
"setuptools"
],
Expand Down Expand Up @@ -5616,6 +5622,9 @@
"django-scopes": [
"setuptools"
],
"django-sendgrid-v5": [
"setuptools"
],
"django-ses": [
"setuptools"
],
Expand Down Expand Up @@ -5666,10 +5675,16 @@
"django-tastypie": [
"setuptools"
],
"django-template-partials": [
"flit-core"
],
"django-timezone-field": [
"poetry-core",
"setuptools"
],
"django-tree-queries": [
"hatchling"
],
"django-treebeard": [
"setuptools"
],
Expand Down Expand Up @@ -7591,6 +7606,8 @@
"setuptools"
],
"fsspec": [
"hatch-vcs",
"hatchling",
"setuptools"
],
"fsspec-xrootd": [
Expand Down

0 comments on commit 1f4d4dc

Please sign in to comment.