Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio/
Date: Wed, 28 Sep 2022 13:13:35
Message-Id: 1664370781.72e25d11c126a11d6856bf941fd2c2fba00894af.andrewammerlaan@gentoo
1 commit: 72e25d11c126a11d6856bf941fd2c2fba00894af
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 13:13:01 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 13:13:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e25d11
7
8 dev-python/trio: add missing test dep
9
10 Closes: https://bugs.gentoo.org/873283
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/trio/trio-0.22.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/trio/trio-0.22.0.ebuild b/dev-python/trio/trio-0.22.0.ebuild
17 index 0762903a78dd..f4ead3cc9f45 100644
18 --- a/dev-python/trio/trio-0.22.0.ebuild
19 +++ b/dev-python/trio/trio-0.22.0.ebuild
20 @@ -31,11 +31,11 @@ RDEPEND="
21 dev-python/sniffio[${PYTHON_USEDEP}]
22 dev-python/sortedcontainers[${PYTHON_USEDEP}]
23 "
24 -# NB: we're ignoring tests that require pyopenssl
25 BDEPEND="
26 test? (
27 >=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
28 >=dev-python/immutables-0.6[${PYTHON_USEDEP}]
29 + dev-python/pyopenssl[${PYTHON_USEDEP}]
30 dev-python/trustme[${PYTHON_USEDEP}]
31 )
32 "