projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15f24f
)
dev-python/pexpect: Remove py3.7 from 4.2.1
author
Michał Górny
<mgorny@gentoo.org>
Mon, 8 Jul 2019 05:51:16 +0000
(07:51 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 8 Jul 2019 05:51:20 +0000
(07:51 +0200)
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>
dev-python/pexpect/pexpect-4.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pexpect/pexpect-4.2.1.ebuild
b/dev-python/pexpect/pexpect-4.2.1.ebuild
index 5062fb45375cc631295a55707f0fa308b6cb5ede..5349ee03bf6a2f92edc882de16e1658113ee7017 100644
(file)
--- 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