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 <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-07-08 07:51:16 +02:00
parent a15f24f745
commit aa2bc8d058

View File

@@ -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