From: Michał Górny Date: Mon, 8 Jul 2019 05:51:16 +0000 (+0200) Subject: dev-python/pexpect: Remove py3.7 from 4.2.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa2bc8d05805b3dcd9eb75b589cf261ae2c7577f;p=gentoo.git dev-python/pexpect: Remove py3.7 from 4.2.1 As reported on Bugzilla, pexpect-4.2.1 does not work correctly with Python 3.7. Remove it. Reported-by: Chris Mayo, Oz Tiram Closes: https://bugs.gentoo.org/678854 Signed-off-by: Michał Górny --- diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild b/dev-python/pexpect/pexpect-4.2.1.ebuild index 5062fb45375c..5349ee03bf6a 100644 --- a/dev-python/pexpect/pexpect-4.2.1.ebuild +++ b/dev-python/pexpect/pexpect-4.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1