Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/
Date: Thu, 02 Mar 2023 16:49:17
Message-Id: 1677775748.256030c2265f30d1d0bf6e365c50230dc829c454.mgorny@gentoo
1 commit: 256030c2265f30d1d0bf6e365c50230dc829c454
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 15:58:50 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:49:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256030c2
7
8 dev-python/requests-cache: Add a missing test dep on rich
9
10 Closes: https://bugs.gentoo.org/898654
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/requests-cache/requests-cache-1.0.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/requests-cache/requests-cache-1.0.0.ebuild b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
17 index 8e51d738f7ff..8c8138380cbe 100644
18 --- a/dev-python/requests-cache/requests-cache-1.0.0.ebuild
19 +++ b/dev-python/requests-cache/requests-cache-1.0.0.ebuild
20 @@ -37,6 +37,7 @@ BDEPEND="
21 dev-python/pytest-httpbin[${PYTHON_USEDEP}]
22 dev-python/requests-mock[${PYTHON_USEDEP}]
23 dev-python/responses[${PYTHON_USEDEP}]
24 + >=dev-python/rich-10.0[${PYTHON_USEDEP}]
25 dev-python/timeout-decorator[${PYTHON_USEDEP}]
26 >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
27 )