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:01:28
Message-Id: 1632740469.c2d9c10aa860b6c16e16a69ddf36e6bce70f630f.arthurzam@gentoo
1 commit: c2d9c10aa860b6c16e16a69ddf36e6bce70f630f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 11:01:09 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 11:01:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d9c10a
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.4.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/requests-cache/requests-cache-0.7.4.ebuild b/dev-python/requests-cache/requests-cache-0.7.4.ebuild
16 index 0c8b4192cde..adf42581ba2 100644
17 --- a/dev-python/requests-cache/requests-cache-0.7.4.ebuild
18 +++ b/dev-python/requests-cache/requests-cache-0.7.4.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