dev-python/urwidtrees: urwidtrees is compatible with Python 3

Add compatibility with the same Python versions as defined for
dev-python/urwid.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Amadeusz Żołnowski
2017-08-09 20:36:15 +01:00
parent 86a207399d
commit 7d42990d40

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
inherit distutils-r1