Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-tornado/
Date: Wed, 06 Oct 2021 22:15:46
Message-Id: 1633558537.c6307c8ef638cd0ff93ab7aa5873a1ae89d33b9a.Alessandro-Barbieri@gentoo
1 commit: c6307c8ef638cd0ff93ab7aa5873a1ae89d33b9a
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 6 14:14:47 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 6 22:15:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6307c8e
7
8 dev-python/pytest-tornado: fix distutils use setuptools
9
10 Closes: https://bugs.gentoo.org/816546
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
18 index bb0435b15..a45bab7dc 100644
19 --- a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
20 +++ b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
21 @@ -1,8 +1,9 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="8"
26 +EAPI=8
27
28 +DISTUTILS_USE_SETUPTOOLS=rdepend
29 PYTHON_COMPAT=( python3_{8..10} )
30
31 inherit distutils-r1