commit: 256030c2265f30d1d0bf6e365c50230dc829c454 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 15:58:50 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 16:49:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256030c2
dev-python/requests-cache: Add a missing test dep on rich Closes: https://bugs.gentoo.org/898654 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/requests-cache/requests-cache-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/requests-cache/requests-cache-1.0.0.ebuild b/dev-python/requests-cache/requests-cache-1.0.0.ebuild index 8e51d738f7ff..8c8138380cbe 100644 --- a/dev-python/requests-cache/requests-cache-1.0.0.ebuild +++ b/dev-python/requests-cache/requests-cache-1.0.0.ebuild @@ -37,6 +37,7 @@ BDEPEND=" dev-python/pytest-httpbin[${PYTHON_USEDEP}] dev-python/requests-mock[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] + >=dev-python/rich-10.0[${PYTHON_USEDEP}] dev-python/timeout-decorator[${PYTHON_USEDEP}] >=dev-python/ujson-5.4[${PYTHON_USEDEP}] )
