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/future/
Date: Thu, 10 Jun 2021 07:32:40
Message-Id: 1623310234.5b6b4211cb714605a013808739397273ac05cf22.mgorny@gentoo
1 commit: 5b6b4211cb714605a013808739397273ac05cf22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 07:30:34 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 07:30:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6b4211
7
8 dev-python/future: Update DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/future/future-0.18.2-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/future/future-0.18.2-r1.ebuild b/dev-python/future/future-0.18.2-r1.ebuild
16 index 309c4a93ff2..653a507983c 100644
17 --- a/dev-python/future/future-0.18.2-r1.ebuild
18 +++ b/dev-python/future/future-0.18.2-r1.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} pypy3 )
24 -DISTUTILS_USE_SETUPTOOLS=rdepend
25
26 +PYTHON_COMPAT=( python3_{8..9} pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility"