Skip to content

Commit

Permalink
pyproject.toml: update prehistoric build-system
Browse files Browse the repository at this point in the history
I got struck by this problem:

   python-poetry/poetry#7583

While trying to install `gluetool-modules-internal` with path
dependency on `gluetool-modules-framework` with `develop = true`.

```
  • Installing gluetool-modules-framework (0.9.0 /var/home/mvadkert/git/gitlab.com/testing-farm/gluetool-modules): Failed

  ChefBuildError

  Backend operation failed: HookMissing('build_editable')
```

This resolves the problem.

Signed-off-by: Miroslav Vadkerti <[email protected]>
  • Loading branch information
thrix committed Jun 7, 2023
1 parent 3c88cc9 commit f26e206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@ types-simplejson = "*"
development = ["ipdb"]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit f26e206

Please sign in to comment.