dev-python/b2sdk: add missing dev-python/annotated-types dep

Also, add minimum version reqs while here (even if it shouldn't matter
for these, to allow easier comparison).

Closes: https://bugs.gentoo.org/960228
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-15 09:57:47 +01:00
parent 3a1a21238f
commit ec91250e93

View File

@@ -23,13 +23,14 @@ KEYWORDS="~amd64"
# pydantic can be used but it has a fallback
RDEPEND="
dev-python/logfury[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/annotated-types-0.5.0[${PYTHON_USEDEP}]
>=dev-python/logfury-1.0.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.5.0[${PYTHON_USEDEP}]
)
"