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: Mon, 16 Jul 2018 19:57:35
Message-Id: 1531771031.4fedbf1b846961f4f1a8537889bfa0d2d8b2c0f6.mgorny@gentoo
1 commit: 4fedbf1b846961f4f1a8537889bfa0d2d8b2c0f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:38 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fedbf1b
7
8 dev-python/requests: Enable py3.7
9
10 dev-python/requests/requests-2.19.1-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/requests/requests-2.19.1-r1.ebuild b/dev-python/requests/requests-2.19.1-r1.ebuild
14 index a614579b5a9..0d6c239ab99 100644
15 --- a/dev-python/requests/requests-2.19.1-r1.ebuild
16 +++ b/dev-python/requests/requests-2.19.1-r1.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
23 PYTHON_REQ_USE="threads(+)"
24
25 inherit distutils-r1