diff options
author | Wolfgang Müller | 2024-09-27 16:05:28 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-27 16:06:45 +0200 |
commit | 5299c01ad9c4e3fbd486c9ea6d949be631e8d6bb (patch) | |
tree | f3387a20ea132768b1ae453628dd3b4ef71e8c9b | |
parent | d9788c17feb32dd7a647092d2321d9698e6fdacd (diff) | |
download | portage-roles-5299c01ad9c4e3fbd486c9ea6d949be631e8d6bb.tar.gz |
lang-python: Add dev-python/poetry to @python-devel
We use dev-python/poetry for all our Python projects and we prefer
having it installed via the system rather than its own installer, so add
it here.
-rw-r--r-- | lang-python/package.accept_keywords/10-lang-python | 2 | ||||
-rw-r--r-- | lang-python/sets/python-devel | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lang-python/package.accept_keywords/10-lang-python b/lang-python/package.accept_keywords/10-lang-python index c68fa5b..7d47be6 100644 --- a/lang-python/package.accept_keywords/10-lang-python +++ b/lang-python/package.accept_keywords/10-lang-python @@ -1 +1,3 @@ +dev-python/poetry +dev-python/poetry-plugin-export dev-util/ruff diff --git a/lang-python/sets/python-devel b/lang-python/sets/python-devel index 2ec5bb5..3c16f61 100644 --- a/lang-python/sets/python-devel +++ b/lang-python/sets/python-devel @@ -1,2 +1,3 @@ dev-python/pip +dev-python/poetry dev-util/ruff |