mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user