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/requests/
Date: Sun, 28 Nov 2021 14:42:11
Message-Id: 1638110325.55f818b1c89a2da5af367d558d1246f3740e6a10.mgorny@gentoo
1 commit: 55f818b1c89a2da5af367d558d1246f3740e6a10
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 10:32:14 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 14:38:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f818b1
7
8 dev-python/requests: Skip trustme dep on non-Rust arches
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/requests/requests-2.26.0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/requests/requests-2.26.0.ebuild b/dev-python/requests/requests-2.26.0.ebuild
16 index 90381eff31ef..82d85a0a8333 100644
17 --- a/dev-python/requests/requests-2.26.0.ebuild
18 +++ b/dev-python/requests/requests-2.26.0.ebuild
19 @@ -30,8 +30,10 @@ BDEPEND="
20 test? (
21 dev-python/pytest-httpbin[${PYTHON_USEDEP}]
22 dev-python/pytest-mock[${PYTHON_USEDEP}]
23 - dev-python/trustme[${PYTHON_USEDEP}]
24 >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
25 + !alpha? ( !hppa? ( !ia64? (
26 + dev-python/trustme[${PYTHON_USEDEP}]
27 + ) ) )
28 )
29 "