[PATCH v1] dts: add package mode config and updated README
Juraj Linkeš
juraj.linkes at pantheon.tech
Mon Sep 16 12:10:00 CEST 2024
On 12. 8. 2024 18:35, Dean Marx wrote:
> In the current DTS setup description, the user installs poetry
> with the --no-root option. However, adding 'package-mode = false'
> to the pyproject.toml sets the same configuration, and running
> poetry install --no-root will become an error in a future
> poetry version.
>
> Signed-off-by: Dean Marx <dmarx at iol.unh.edu>
> ---
> dts/README.md | 4 ++--
> dts/pyproject.toml | 1 +
> 2 files changed, 3 insertions(+), 2 deletions(-)
As Luca mentioned, there are three instances you missed in
doc/guides/tools/dts.rst.
And one instance in dts/.devcontainer/devcontainer.json.
More information about the dev
mailing list