Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/
Date: Tue, 25 May 2021 11:14:11
Message-Id: 1621941240.a928da8557093bf356857b93785dff7eb3931bb3.sam@gentoo
1 commit: a928da8557093bf356857b93785dff7eb3931bb3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 11:13:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 11:14:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a928da85
7
8 dev-python/requests-cache: add dev-python/requests-mock test dep
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/requests-cache/requests-cache-0.6.3.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
16 index 56c3378e34a..c51bb467921 100644
17 --- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
18 +++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
19 @@ -27,6 +27,7 @@ RDEPEND="
20 BDEPEND="
21 test? (
22 dev-python/pytest-httpbin[${PYTHON_USEDEP}]
23 + dev-python/requests-mock[${PYTHON_USEDEP}]
24 dev-python/timeout-decorator[${PYTHON_USEDEP}]
25 )"