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/requestsexceptions/
Date: Fri, 01 Oct 2021 06:14:15
Message-Id: 1633068823.931e346b5055d430f6bee9ba70687f0bb229827f.arthurzam@gentoo
1 commit: 931e346b5055d430f6bee9ba70687f0bb229827f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 06:07:30 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 06:13:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931e346b
7
8 dev-python/requestsexceptions: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
16 index 4190db1fe6d..737ec334435 100644
17 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
18 +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
19 @@ -2,9 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..9} )
24 -DISTUTILS_USE_SETUPTOOLS=bdepend
25
26 +PYTHON_COMPAT=( python3_{8..10} )
27 inherit distutils-r1
28
29 DESCRIPTION="Finds the correct path to exceptions in the requests library."
30 @@ -15,5 +14,5 @@ LICENSE="Apache-2.0"
31 SLOT="0"
32 KEYWORDS="amd64 ~arm arm64 x86"
33
34 -DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
35 RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
36 +BDEPEND="${RDEPEND}"