summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2017-08-09 20:36:15 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2017-08-09 20:36:46 +0100
commit7d42990d40c7101eac5a182a11172e853aeccf87 (patch)
tree176ddedf6d210596b31d826e102fdfe86b8404db /dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
parentapp-shells/zsh: version bump to 5.4.1 (diff)
downloadgentoo-7d42990d40c7101eac5a182a11172e853aeccf87.tar.gz
gentoo-7d42990d40c7101eac5a182a11172e853aeccf87.tar.bz2
gentoo-7d42990d40c7101eac5a182a11172e853aeccf87.zip
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
Diffstat (limited to 'dev-python/urwidtrees/urwidtrees-1.0.2.ebuild')
-rw-r--r--dev-python/urwidtrees/urwidtrees-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
index 26a98d8ca215..866c17183b5b 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
@@ -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