dev-util/scons: 3.0.5-r1 add PYTHON_COMPAT=( python3_7 )

The upstream declare that SCons 3.0.5 is compatible with Python 3.7
and the explored set of tests gives the same results for python 3.6 and 3.7

Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/12217
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
band-a-prend
2019-06-08 01:05:57 +03:00
committed by Michał Górny
parent 09341a0d87
commit 6385af185a

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{5,6}} )
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1