Skip to content

Commit

Permalink
Python: Use poetry.core.masonry.api as build-backend
Browse files Browse the repository at this point in the history
This is motivated by a desire to switch away from `setuptools`, which has some
unfortunate interactions with static analysis tools.

This also bumps the following submodules, which apply similar changes:

* `argo` submodule: GaloisInc/argo#197
* `cryptol` submodule: GaloisInc/cryptol#1519
  • Loading branch information
RyanGlScott committed May 9, 2023
1 parent 9e78344 commit ff35274
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/argo
3 changes: 2 additions & 1 deletion saw-remote-api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ argo-client = "0.0.11"
mypy = "^0.991"

[build-system]
requires = ["poetry>=1.1.4", "setuptools>=40.8.0"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit ff35274

Please sign in to comment.