summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-02 16:58:50 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-02 17:49:08 +0100
commit256030c2265f30d1d0bf6e365c50230dc829c454 (patch)
treee0c1d4dfbcdbcab0313731d008091ba4366ecded /dev-python/requests-cache
parentdev-python/dask: Bump to 2023.3.0 (diff)
downloadgentoo-256030c2265f30d1d0bf6e365c50230dc829c454.tar.gz
gentoo-256030c2265f30d1d0bf6e365c50230dc829c454.tar.bz2
gentoo-256030c2265f30d1d0bf6e365c50230dc829c454.zip
dev-python/requests-cache: Add a missing test dep on rich
Closes: https://bugs.gentoo.org/898654 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-cache')
-rw-r--r--dev-python/requests-cache/requests-cache-1.0.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]
)