Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/
Date: Tue, 21 Dec 2021 09:43:08
Message-Id: 1640079771.31003ab17739a217e4bea7ab1b9ab22b203026c3.mgorny@gentoo
1 commit: 31003ab17739a217e4bea7ab1b9ab22b203026c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 07:46:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 09:42:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31003ab1
7
8 dev-python/httpx: Dep on trio
9
10 Closes: https://bugs.gentoo.org/829744
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/httpx/httpx-0.21.1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/httpx/httpx-0.21.1.ebuild b/dev-python/httpx/httpx-0.21.1.ebuild
17 index 7a7b38bdf26d..2e4278bb8f73 100644
18 --- a/dev-python/httpx/httpx-0.21.1.ebuild
19 +++ b/dev-python/httpx/httpx-0.21.1.ebuild
20 @@ -39,6 +39,8 @@ BDEPEND="
21 dev-python/cryptography[${PYTHON_USEDEP}]
22 dev-python/h2[${PYTHON_USEDEP}]
23 dev-python/pytest-asyncio[${PYTHON_USEDEP}]
24 + dev-python/pytest-trio[${PYTHON_USEDEP}]
25 + dev-python/trio[${PYTHON_USEDEP}]
26 dev-python/trustme[${PYTHON_USEDEP}]
27 dev-python/typing-extensions[${PYTHON_USEDEP}]
28 dev-python/uvicorn[${PYTHON_USEDEP}]