dev-python/poetry-core: Add specific versions to vendored deps

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2024-04-15 13:53:45 +02:00
parent 274780d56d
commit 5499558c05
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
1 changed files with 4 additions and 4 deletions

View File

@ -27,11 +27,11 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv
# (note that some are indirect deps)
RDEPEND="
>=dev-python/fastjsonschema-2.18.0[${PYTHON_USEDEP}]
dev-python/lark[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/lark-1.1.3[${PYTHON_USEDEP}]
>=dev-python/packaging-22.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
' 3.9 3.10)
>=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
' 3.10)
"
BDEPEND="
${RDEPEND}