diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-08 07:51:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-08 07:51:20 +0200 |
commit | aa2bc8d05805b3dcd9eb75b589cf261ae2c7577f (patch) | |
tree | 39a06dc929ac9d2bcceefde60aa3f8b3c0906488 /dev-python/pexpect | |
parent | dev-ruby/nio4r: add 2.4.0 (diff) | |
download | gentoo-aa2bc8d05805b3dcd9eb75b589cf261ae2c7577f.tar.gz gentoo-aa2bc8d05805b3dcd9eb75b589cf261ae2c7577f.tar.bz2 gentoo-aa2bc8d05805b3dcd9eb75b589cf261ae2c7577f.zip |
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>
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/pexpect-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |