From fe3d97c1a3edccd944834b428010d90836522060 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Wed, 18 Dec 2024 11:04:38 +0100 Subject: [PATCH] docs: Fix poetry-with description --with is required for optional and non-optional dependencies see https://github.com/python-poetry/poetry-plugin-export/pull/212 and https://github.com/python-poetry/poetry-plugin-export/issues/299 corresponding PR in https://github.com/canonical/craft-parts/pull/946 --- docs/howto/charm-to-poetry.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howto/charm-to-poetry.rst b/docs/howto/charm-to-poetry.rst index 5b2d3655d..e9cbbe81d 100644 --- a/docs/howto/charm-to-poetry.rst +++ b/docs/howto/charm-to-poetry.rst @@ -56,9 +56,9 @@ for charms that build on Ubuntu 22.04 or earlier: Add optional dependency groups ------------------------------ -If the charm has optional `dependency groups`_ that should be included when creating -the virtual environment, the ``poetry-with`` key can be used to include those groups -when creating the virtual environment. +If the charm has optional or non-optional `dependency groups`_ that should be included +when creating the virtual environment, the ``poetry-with`` key can be used to include +those groups when creating the virtual environment. .. note:: This is useful and encouraged, though not mandatory, for keeping track of