Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/
Date: Mon, 27 Sep 2021 11:00:14
Message-Id: 1632740387.72717fc3995b758c3c45299d72df4bfa47db6780.arthurzam@gentoo
1 commit: 72717fc3995b758c3c45299d72df4bfa47db6780
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 10:59:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 10:59:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72717fc3
7
8 dev-python/requests-cache: fix missing test dependency
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/requests-cache/requests-cache-0.7.5.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/requests-cache/requests-cache-0.7.5.ebuild b/dev-python/requests-cache/requests-cache-0.7.5.ebuild
16 index 61afa9af045..81056830ae0 100644
17 --- a/dev-python/requests-cache/requests-cache-0.7.5.ebuild
18 +++ b/dev-python/requests-cache/requests-cache-0.7.5.ebuild
19 @@ -32,6 +32,7 @@ BDEPEND="
20 dev-python/requests-mock[${PYTHON_USEDEP}]
21 dev-python/responses[${PYTHON_USEDEP}]
22 dev-python/timeout-decorator[${PYTHON_USEDEP}]
23 + dev-python/ujson[${PYTHON_USEDEP}]
24 )"
25
26 distutils_enable_tests pytest