Skip to content

Commit

Permalink
Pin setuptools build dep to <70.2.0 (#101)
Browse files Browse the repository at this point in the history
Setuptools 70.2.0 (and more recently 72.0.0) have various breakage, so
pin to `<70.2.0` for now.
  • Loading branch information
elprans authored Aug 5, 2024
1 parent 80fef72 commit 75d64b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edgedbpkg/edgedb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class EdgeDB(packages.BundledPythonPackage):

artifact_build_requirements = [
"pyentrypoint (>=1.0.0)",
"pypkg-setuptools (<70.2.0)",
]

bundle_deps = [
Expand Down

0 comments on commit 75d64b0

Please sign in to comment.