mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
dev-python/pyinstaller: Support python3.7.
Signed-off-by: Mike Auty <ikelos@gentoo.org>
This commit is contained in:
parent
eb6ce017fb
commit
a00da72076
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ EAPI=5
|
|||
|
||||
# PyInstaller assumes CPython internals and is hence currently incompatible with
|
||||
# alternative interpreters (e.g., PyPy).
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||
|
||||
# "waf" requires a threading-enabled Python interpreter.
|
||||
PYTHON_REQ_USE='threads(+)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue