Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/
Date: Wed, 10 Apr 2019 22:44:15
Message-Id: 1554936227.73c8983b9868b528fcefb03ad81aa0222e1e72e4.prometheanfire@gentoo
1 commit: 73c8983b9868b528fcefb03ad81aa0222e1e72e4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 22:39:45 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 22:43:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c8983b
7
8 dev-python/rtslib-fb: add py37 support
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild
17 index 20246ee0750..db34af0dd07 100644
18 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild
19 +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild
20 @@ -2,8 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -
25 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
27 inherit distutils-r1 systemd
28
29 DESCRIPTION="A Python object API for managing the Linux LIO kernel target"