dev-python/urwid: add python3_7

Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Andrey Grozin
2018-11-11 20:41:31 +07:00
parent 3b48b6d336
commit eeb552c1ce

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1