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/rq/
Date: Tue, 04 Aug 2020 04:21:45
Message-Id: 1596514869.3e5abb5bb775e4c06dd9571589d2fd594a9c2e35.sam@gentoo
1 commit: 3e5abb5bb775e4c06dd9571589d2fd594a9c2e35
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 04:21:09 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 04:21:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5abb5b
7
8 dev-python/rq: add missing test dep
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/rq/rq-1.5.0.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
17 index a731f4cecab..6d8d6a095a8 100644
18 --- a/dev-python/rq/rq-1.5.0.ebuild
19 +++ b/dev-python/rq/rq-1.5.0.ebuild
20 @@ -17,7 +17,10 @@ SLOT="0"
21 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
22
23 BDEPEND="
24 - test? ( dev-python/sentry-sdk[${PYTHON_USEDEP}] )
25 + test? (
26 + dev-db/redis
27 + dev-python/sentry-sdk[${PYTHON_USEDEP}]
28 + )
29 "
30 DEPEND="
31 >=dev-python/click-5.0[${PYTHON_USEDEP}]